#2CB6C9

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

Shades of Summer Sky #2CB6C9

Tints of Summer Sky #2CB6C9

Color information

#2CB6C9 (or 0x2CB6C9) is unknown color: approx Summer Sky. HEX triplet: 2C, B6 and C9. RGB value is (44,182,201). Sum of RGB (Red+Green+Blue) = 44+182+201=427 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.30% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #2CB6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB6C9 is #D34936. Grayscale: #8E8E8E. Windows color (decimal): -13846839 or 13219372. OLE color: 13219372.

HSL color Cylindrical-coordinate representation of color #2CB6C9: hue angle of 187.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CB6C9 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB44182201-
CMYK0.780.0900.21
HSL187.26º64.08%48.04%-
HSV(B)187.26º78.11%78.82%-
XYZ28.3138.2161.14-
YUV142.9160.7857.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.30%
GREEN value IS 182 (71.48% from 255) = 42.62%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=10.30%
G=42.62%
B=47.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal441822010.780.0900.21187.2664.0848.04
Hex2CB6C94E9015bb4030
Octal542663111161102527310060
Binary101100101101101100100110011101001010101101110111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,182,201); }

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

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

 a { background-color: rgb(44,182,201); }

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

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

 span { border-color: rgb(44,182,201); }

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