#2CB8CC

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

Shades of Summer Sky #2CB8CC

Tints of Summer Sky #2CB8CC

Color information

#2CB8CC (or 0x2CB8CC) is unknown color: approx Summer Sky. HEX triplet: 2C, B8 and CC. RGB value is (44,184,204). Sum of RGB (Red+Green+Blue) = 44+184+204=432 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.19% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CB8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB8CC is #D34733. Grayscale: #909090. Windows color (decimal): -13846324 or 13416492. OLE color: 13416492.

HSL color Cylindrical-coordinate representation of color #2CB8CC: hue angle of 187.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CB8CC is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB44184204-
CMYK0.780.1000.2
HSL187.5º64.52%48.63%-
HSV(B)187.5º78.43%80%-
XYZ29.0839.1863.16-
YUV144.42161.6256.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.19%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=10.19%
G=42.59%
B=47.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal441842040.780.1000.2187.564.5248.63
Hex2CB8CC4EA014bc4131
Octal542703141161202427410161
Binary101100101110001100110010011101010010100101111001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,184,204); }

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

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

 a { background-color: rgb(44,184,204); }

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

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

 span { border-color: rgb(44,184,204); }

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