Html Css Color HEX #2CB9CC Summer Sky

📋 copy color: '#2CB9CC'

red 44 ◦ green 185 ◦ blue 204

#2CB9CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2CB9CC

Tints of Summer Sky #2CB9CC

RGB

 RED value IS 44 (17.58% from 255) = 10.16%

 GREEN value IS 185 (72.66% from 255) = 42.73%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 10.16%
G = 42.73%
B = 47.11%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2CB9CC (or 0x2CB9CC) is known color: Summer Sky. HEX triplet: 2C, B9 and CC. RGB value is (44,185,204). Sum of RGB (Red+Green+Blue) = 44+185+204=433 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.16% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CB9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB9CC is #D34633. Grayscale: #909090. Windows color (decimal): -13846068 or 13416748. OLE color: 13416748.

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

Color convert

RGB 44 185 204 -
CMYK 0.78 0.09 0 0.2
HSL 187.13º 0.65% 0.49% -
HSV(B) 187.13º 0.78% 0.8% -
XYZ 29.29 39.59 63.23 -
YUV 145.01 161.29 55.96 -
System Red Green Blue C M Y K H S L
Decimal 44 185 204 0.78 0.09 0 0.2 187.13 0.65 0.49
Hex 2C B9 CC 4E 9 0 14 BB 41 31
Octal 54 271 314 116 11 0 24 273 101 61
Binary 101100 10111001 11001100 1001110 1001 0 10100 10111011 1000001 110001

Color Harmonies of #2CB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB9CC

Black with #2CB9CC

Text Example


Text Example

White with #2CB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CB9CC;
 }
 .AnyTagClassName
 {
   color: #2CB9CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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