Html Css Color HEX #C0DFCE Aero Blue

📋 copy color: '#C0DFCE'

red 192 ◦ green 223 ◦ blue 206

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

Shades of Aero Blue #C0DFCE

Tints of Aero Blue #C0DFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.91%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 30.92%
G = 35.91%
B = 33.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#C0DFCE (or 0xC0DFCE) is known color: Aero Blue. HEX triplet: C0, DF and CE. RGB value is (192,223,206). Sum of RGB (Red+Green+Blue) = 192+223+206=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFCE is #3F2031. Grayscale: #D3D3D3. Windows color (decimal): -4137010 or 13557696. OLE color: 13557696.

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

Color convert

RGB 192 223 206 -
CMYK 0.14 0 0.08 0.13
HSL 147.1º 0.33% 0.81% -
HSV(B) 147.1º 0.14% 0.87% -
XYZ 59.27 68.44 68.48 -
YUV 211.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 192 223 206 0.14 0 0.08 0.13 147.1 0.33 0.81
Hex C0 DF CE E 0 8 D 93 21 51
Octal 300 337 316 16 0 10 15 223 41 121
Binary 11000000 11011111 11001110 1110 0 1000 1101 10010011 100001 1010001

Color Harmonies of #C0DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFCE

Black with #C0DFCE

Text Example


Text Example

White with #C0DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFCE; }

 p { color: rgb(192,223,206); }

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

background-color css

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

 a { background-color: rgb(192,223,206); }

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

border-color css

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

 span { border-color: rgb(192,223,206); }

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