#3cbbef

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

Shades of Summer Sky #3CBBEF

Tints of Summer Sky #3CBBEF

Color information

#3CBBEF (or 0x3CBBEF) is unknown color: approx Summer Sky. HEX triplet: 3C, BB and EF. RGB value is (60,187,239). Sum of RGB (Red+Green+Blue) = 60+187+239=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CBBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBBEF is #C34410. Grayscale: #9A9A9A. Windows color (decimal): -12796945 or 15711036. OLE color: 15711036.

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

Color convert

RGB60187239-
CMYK0.750.2200.06
HSL197.43º84.83%58.63%-
HSV(B)197.43º74.9%93.73%-
XYZ35.2142.7388.05-
YUV154.95175.4260.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.35%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 239 (93.75% from 255) = 49.18%
R=12.35%
G=38.48%
B=49.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal601872390.750.2200.06197.4384.8358.63
Hex3CBBEF4B1606c5553b
Octal74273357113260630512573
Binary11110010111011111011111001011101100110110001011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cbbef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,187,239); }

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

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

 a { background-color: rgb(60,187,239); }

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

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

 span { border-color: rgb(60,187,239); }

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