#2CB9CA

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

Shades of Summer Sky #2CB9CA

Tints of Summer Sky #2CB9CA

Color information

#2CB9CA (or 0x2CB9CA) is unknown color: approx Summer Sky. HEX triplet: 2C, B9 and CA. RGB value is (44,185,202). Sum of RGB (Red+Green+Blue) = 44+185+202=431 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.21% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #2CB9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB9CA is #D34635. Grayscale: #909090. Windows color (decimal): -13846070 or 13285676. OLE color: 13285676.

HSL color Cylindrical-coordinate representation of color #2CB9CA: hue angle of 186.46º 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 #2CB9CA is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB44185202-
CMYK0.780.0800.21
HSL186.46º64.23%48.24%-
HSV(B)186.46º78.22%79.22%-
XYZ29.0539.561.97-
YUV144.78160.2956.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.21%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=10.21%
G=42.92%
B=46.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal441852020.780.0800.21186.4664.2348.24
Hex2CB9CA4E8015ba4030
Octal542713121161002527210060
Binary101100101110011100101010011101000010101101110101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,185,202); }

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

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

 a { background-color: rgb(44,185,202); }

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

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

 span { border-color: rgb(44,185,202); }

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