#2CBBEC

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

Shades of Summer Sky #2CBBEC

Tints of Summer Sky #2CBBEC

Color information

#2CBBEC (or 0x2CBBEC) is unknown color: approx Summer Sky. HEX triplet: 2C, BB and EC. RGB value is (44,187,236). Sum of RGB (Red+Green+Blue) = 44+187+236=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #2CBBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBBEC is #D34413. Grayscale: #959595. Windows color (decimal): -13845524 or 15514412. OLE color: 15514412.

HSL color Cylindrical-coordinate representation of color #2CBBEC: hue angle of 195.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBBEC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB44187236-
CMYK0.810.2100.07
HSL195.31º83.48%54.9%-
HSV(B)195.31º81.36%92.55%-
XYZ33.9542.1385.7-
YUV149.83176.6252.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.42%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 236 (92.58% from 255) = 50.54%
R=9.42%
G=40.04%
B=50.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal441872360.810.2100.07195.3183.4854.9
Hex2CBBEC511507c35337
Octal54273354121250730312367
Binary10110010111011111011001010001101010111110000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CBBEC; }

 p { color: rgb(44,187,236); }

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

<style>
 a { background-color: #2CBBEC; }

 a { background-color: rgb(44,187,236); }

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

<style>
 span { border-color: #2CBBEC; }

 span { border-color: rgb(44,187,236); }

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