#3BB0F2

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

Shades of Summer Sky #3BB0F2

Tints of Summer Sky #3BB0F2

Color information

#3BB0F2 (or 0x3BB0F2) is unknown color: approx Summer Sky. HEX triplet: 3B, B0 and F2. RGB value is (59,176,242). Sum of RGB (Red+Green+Blue) = 59+176+242=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BB0F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BB0F2 is #C44F0D. Grayscale: #949494. Windows color (decimal): -12865294 or 15904827. OLE color: 15904827.

HSL color Cylindrical-coordinate representation of color #3BB0F2: hue angle of 201.64º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BB0F2 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB59176242-
CMYK0.760.2700.05
HSL201.64º87.56%59.02%-
HSV(B)201.64º75.62%94.9%-
XYZ33.3638.3989.66-
YUV148.54180.7464.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.37%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 242 (94.92% from 255) = 50.73%
R=12.37%
G=36.90%
B=50.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal591762420.760.2700.05201.6487.5659.02
Hex3BB0F24C1B05ca583b
Octal73260362114330531213073
Binary11101110110000111100101001100110110101110010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,176,242); }

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

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

 a { background-color: rgb(59,176,242); }

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

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

 span { border-color: rgb(59,176,242); }

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