Html Css Color HEX #2CC9DC Summer Sky

📋 copy color: '#2CC9DC'

red 44 ◦ green 201 ◦ blue 220

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

Shades of Summer Sky #2CC9DC

Tints of Summer Sky #2CC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 9.46%
G = 43.23%
B = 47.31%

CMYK

 C value IS 0.8

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2CC9DC (or 0x2CC9DC) is known color: Summer Sky. HEX triplet: 2C, C9 and DC. RGB value is (44,201,220). Sum of RGB (Red+Green+Blue) = 44+201+220=465 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.46% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CC9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC9DC is #D33623. Grayscale: #9B9B9B. Windows color (decimal): -13841956 or 14469420. OLE color: 14469420.

HSL color Cylindrical-coordinate representation of color #2CC9DC: hue angle of 186.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC9DC is Cyan = 0.8, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 201 220 -
CMYK 0.8 0.09 0 0.14
HSL 186.48º 0.72% 0.52% -
HSV(B) 186.48º 0.8% 0.86% -
XYZ 34.84 47.48 75.04 -
YUV 156.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 44 201 220 0.8 0.09 0 0.14 186.48 0.72 0.52
Hex 2C C9 DC 50 9 0 E BA 48 34
Octal 54 311 334 120 11 0 16 272 110 64
Binary 101100 11001001 11011100 1010000 1001 0 1110 10111010 1001000 110100

Color Harmonies of #2CC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC9DC

Black with #2CC9DC

Text Example


Text Example

White with #2CC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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