#3fb8f7

Color #3FB8F7 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3FB8F7

Tints of Summer Sky #3FB8F7

Color information

#3FB8F7 (or 0x3FB8F7) is unknown color: approx Summer Sky. HEX triplet: 3F, B8 and F7. RGB value is (63,184,247). Sum of RGB (Red+Green+Blue) = 63+184+247=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #3FB8F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB8F7 is #C04708. Grayscale: #9A9A9A. Windows color (decimal): -12601097 or 16234559. OLE color: 16234559.

HSL color Cylindrical-coordinate representation of color #3FB8F7: hue angle of 200.54º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FB8F7 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB63184247-
CMYK0.740.2600.03
HSL200.54º92%60.78%-
HSV(B)200.54º74.49%96.86%-
XYZ35.9842.0594.22-
YUV155179.9162.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 12.75%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 247 (96.88% from 255) = 50%
R=12.75%
G=37.25%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal631842470.740.2600.03200.549260.78
Hex3FB8F74A1A03c95c3d
Octal77270367112320331113475
Binary1111111011100011110111100101011010011110010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb8f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3fb8f7; }

 p { color: rgb(63,184,247); }

 H1.HeaderClassName
 {
   color: #3fb8f7;
 }
 .AnyTagClassName
 {
   color: #3fb8f7;
 }
</style>
background-color css

<style>
 a { background-color: #3fb8f7; }

 a { background-color: rgb(63,184,247); }

 div.DivClassName
 {
   background-color: #3fb8f7;
 }
 .BgClassName
 {
   background-color: #3fb8f7;
 }
</style>
border-color css

<style>
 span { border-color: #3fb8f7; }

 span { border-color: rgb(63,184,247); }

 td.TdClassName
 {
   border-color: #3fb8f7;
 }
 .TagClassName
 {
   border-color: #3fb8f7;
 }
</style>