Html Css Color HEX #C0DACB Aero Blue

📋 copy color: '#C0DACB'

red 192 ◦ green 218 ◦ blue 203

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

Shades of Aero Blue #C0DACB

Tints of Aero Blue #C0DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.12%

R = 31.32%
G = 35.56%
B = 33.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#C0DACB (or 0xC0DACB) is known color: Aero Blue. HEX triplet: C0, DA and CB. RGB value is (192,218,203). Sum of RGB (Red+Green+Blue) = 192+218+203=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DACB is #3F2534. Grayscale: #D0D0D0. Windows color (decimal): -4138293 or 13359808. OLE color: 13359808.

HSL color Cylindrical-coordinate representation of color #C0DACB: hue angle of 145.38º 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 #C0DACB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 203 -
CMYK 0.12 0 0.07 0.15
HSL 145.38º 0.26% 0.8% -
HSV(B) 145.38º 0.12% 0.85% -
XYZ 57.59 65.66 66.14 -
YUV 208.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 192 218 203 0.12 0 0.07 0.15 145.38 0.26 0.8
Hex C0 DA CB C 0 7 F 91 1A 50
Octal 300 332 313 14 0 7 17 221 32 120
Binary 11000000 11011010 11001011 1100 0 111 1111 10010001 11010 1010000

Color Harmonies of #C0DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DACB

Black with #C0DACB

Text Example


Text Example

White with #C0DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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