#3cbbea

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

Shades of Summer Sky #3CBBEA

Tints of Summer Sky #3CBBEA

Color information

#3CBBEA (or 0x3CBBEA) is unknown color: approx Summer Sky. HEX triplet: 3C, BB and EA. RGB value is (60,187,234). Sum of RGB (Red+Green+Blue) = 60+187+234=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CBBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBBEA is #C34415. Grayscale: #9A9A9A. Windows color (decimal): -12796950 or 15383356. OLE color: 15383356.

HSL color Cylindrical-coordinate representation of color #3CBBEA: hue angle of 196.21º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CBBEA is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB60187234-
CMYK0.740.2000.08
HSL196.21º80.56%57.65%-
HSV(B)196.21º74.36%91.76%-
XYZ34.4942.4484.22-
YUV154.38172.9260.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.47%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 234 (91.80% from 255) = 48.65%
R=12.47%
G=38.88%
B=48.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal601872340.740.2000.08196.2180.5657.65
Hex3CBBEA4A1408c4513a
Octal742733521122401030412172
Binary111100101110111110101010010101010001000110001001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cbbea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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