Html Css Color HEX #C0DDCD Aero Blue

📋 copy color: '#C0DDCD'

red 192 ◦ green 221 ◦ blue 205

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

Shades of Aero Blue #C0DDCD

Tints of Aero Blue #C0DDCD

RGB

 RED value IS 192 (75.39% from 255) = 31.07%

 GREEN value IS 221 (86.72% from 255) = 35.76%

 BLUE value IS 205 (80.47% from 255) = 33.17%

R = 31.07%
G = 35.76%
B = 33.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C0DDCD (or 0xC0DDCD) is known color: Aero Blue. HEX triplet: C0, DD and CD. RGB value is (192,221,205). Sum of RGB (Red+Green+Blue) = 192+221+205=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCD is #3F2232. Grayscale: #D2D2D2. Windows color (decimal): -4137523 or 13491648. OLE color: 13491648.

HSL color Cylindrical-coordinate representation of color #C0DDCD: hue angle of 146.9º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDCD is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 205 -
CMYK 0.13 0 0.07 0.13
HSL 146.9º 0.3% 0.81% -
HSV(B) 146.9º 0.13% 0.87% -
XYZ 58.61 67.33 67.66 -
YUV 210.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 192 221 205 0.13 0 0.07 0.13 146.9 0.3 0.81
Hex C0 DD CD D 0 7 D 93 1E 51
Octal 300 335 315 15 0 7 15 223 36 121
Binary 11000000 11011101 11001101 1101 0 111 1101 10010011 11110 1010001

Color Harmonies of #C0DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDCD

Black with #C0DDCD

Text Example


Text Example

White with #C0DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDCD; }

 p { color: rgb(192,221,205); }

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

background-color css

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

 a { background-color: rgb(192,221,205); }

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

border-color css

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

 span { border-color: rgb(192,221,205); }

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