#3BB2EF

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

Shades of Summer Sky #3BB2EF

Tints of Summer Sky #3BB2EF

Color information

#3BB2EF (or 0x3BB2EF) is unknown color: approx Summer Sky. HEX triplet: 3B, B2 and EF. RGB value is (59,178,239). Sum of RGB (Red+Green+Blue) = 59+178+239=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BB2EF is #C44D10. Grayscale: #959595. Windows color (decimal): -12864785 or 15708731. OLE color: 15708731.

HSL color Cylindrical-coordinate representation of color #3BB2EF: hue angle of 200.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BB2EF is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB59178239-
CMYK0.750.2600.06
HSL200.33º84.91%58.43%-
HSV(B)200.33º75.31%93.73%-
XYZ33.33987.43-
YUV149.37178.5863.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.39%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=12.39%
G=37.39%
B=50.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal591782390.750.2600.06200.3384.9158.43
Hex3BB2EF4B1A06c8553a
Octal73262357113320631012572
Binary11101110110010111011111001011110100110110010001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,178,239); }

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

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

 a { background-color: rgb(59,178,239); }

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

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

 span { border-color: rgb(59,178,239); }

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