Html Css Color HEX #C0DCCD Aero Blue

📋 copy color: '#C0DCCD'

red 192 ◦ green 220 ◦ blue 205

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

Shades of Aero Blue #C0DCCD

Tints of Aero Blue #C0DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

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

R = 31.12%
G = 35.66%
B = 33.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#C0DCCD (or 0xC0DCCD) is known color: Aero Blue. HEX triplet: C0, DC and CD. RGB value is (192,220,205). Sum of RGB (Red+Green+Blue) = 192+220+205=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCCD is #3F2332. Grayscale: #D1D1D1. Windows color (decimal): -4137779 or 13491392. OLE color: 13491392.

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

Color convert

RGB 192 220 205 -
CMYK 0.13 0 0.07 0.14
HSL 147.86º 0.29% 0.81% -
HSV(B) 147.86º 0.13% 0.86% -
XYZ 58.35 66.8 67.58 -
YUV 209.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 192 220 205 0.13 0 0.07 0.14 147.86 0.29 0.81
Hex C0 DC CD D 0 7 E 94 1D 51
Octal 300 334 315 15 0 7 16 224 35 121
Binary 11000000 11011100 11001101 1101 0 111 1110 10010100 11101 1010001

Color Harmonies of #C0DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCCD

Black with #C0DCCD

Text Example


Text Example

White with #C0DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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