Html Css Color HEX #C0DECE Aero Blue

📋 copy color: '#C0DECE'

red 192 ◦ green 222 ◦ blue 206

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

Shades of Aero Blue #C0DECE

Tints of Aero Blue #C0DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.81%

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

R = 30.97%
G = 35.81%
B = 33.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C0DECE (or 0xC0DECE) is known color: Aero Blue. HEX triplet: C0, DE and CE. RGB value is (192,222,206). Sum of RGB (Red+Green+Blue) = 192+222+206=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DECE is #3F2131. Grayscale: #D3D3D3. Windows color (decimal): -4137266 or 13557440. OLE color: 13557440.

HSL color Cylindrical-coordinate representation of color #C0DECE: hue angle of 148º degrees, saturation: 0.31, 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 #C0DECE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 222 206 -
CMYK 0.14 0 0.07 0.13
HSL 148º 0.31% 0.81% -
HSV(B) 148º 0.14% 0.87% -
XYZ 59 67.91 68.39 -
YUV 211.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 192 222 206 0.14 0 0.07 0.13 148 0.31 0.81
Hex C0 DE CE E 0 7 D 94 1F 51
Octal 300 336 316 16 0 7 15 224 37 121
Binary 11000000 11011110 11001110 1110 0 111 1101 10010100 11111 1010001

Color Harmonies of #C0DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DECE

Black with #C0DECE

Text Example


Text Example

White with #C0DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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