#3FBBF2

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

Shades of Summer Sky #3FBBF2

Tints of Summer Sky #3FBBF2

Color information

#3FBBF2 (or 0x3FBBF2) is unknown color: approx Summer Sky. HEX triplet: 3F, BB and F2. RGB value is (63,187,242). Sum of RGB (Red+Green+Blue) = 63+187+242=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #3FBBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBBF2 is #C0440D. Grayscale: #9B9B9B. Windows color (decimal): -12600334 or 15907647. OLE color: 15907647.

HSL color Cylindrical-coordinate representation of color #3FBBF2: hue angle of 198.44º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FBBF2 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63187242-
CMYK0.740.2300.05
HSL198.44º87.32%59.8%-
HSV(B)198.44º73.97%94.9%-
XYZ35.8543.0190.42-
YUV156.19176.4261.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.80%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 242 (94.92% from 255) = 49.19%
R=12.80%
G=38.01%
B=49.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631872420.740.2300.05198.4487.3259.8
Hex3FBBF24A1705c6573c
Octal77273362112270530612774
Binary11111110111011111100101001010101110101110001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,187,242); }

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

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

 a { background-color: rgb(63,187,242); }

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

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

 span { border-color: rgb(63,187,242); }

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