Html Css Color HEX #C0DACC Aero Blue

📋 copy color: '#C0DACC'

red 192 ◦ green 218 ◦ blue 204

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

Shades of Aero Blue #C0DACC

Tints of Aero Blue #C0DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.5%

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

R = 31.27%
G = 35.5%
B = 33.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C0DACC (or 0xC0DACC) is known color: Aero Blue. HEX triplet: C0, DA and CC. RGB value is (192,218,204). Sum of RGB (Red+Green+Blue) = 192+218+204=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DACC is #3F2533. Grayscale: #D0D0D0. Windows color (decimal): -4138292 or 13425344. OLE color: 13425344.

HSL color Cylindrical-coordinate representation of color #C0DACC: hue angle of 147.69º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DACC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 204 -
CMYK 0.12 0 0.06 0.15
HSL 147.69º 0.26% 0.8% -
HSV(B) 147.69º 0.12% 0.85% -
XYZ 57.71 65.71 66.77 -
YUV 208.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 192 218 204 0.12 0 0.06 0.15 147.69 0.26 0.8
Hex C0 DA CC C 0 6 F 94 1A 50
Octal 300 332 314 14 0 6 17 224 32 120
Binary 11000000 11011010 11001100 1100 0 110 1111 10010100 11010 1010000

Color Harmonies of #C0DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DACC

Black with #C0DACC

Text Example


Text Example

White with #C0DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DACC; }

 p { color: rgb(192,218,204); }

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

background-color css

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

 a { background-color: rgb(192,218,204); }

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

border-color css

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

 span { border-color: rgb(192,218,204); }

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