Html Css Color HEX #C0EDD8 Aero Blue

📋 copy color: '#C0EDD8'

red 192 ◦ green 237 ◦ blue 216

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

Shades of Aero Blue #C0EDD8

Tints of Aero Blue #C0EDD8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.74%

 BLUE value IS 216 (84.77% from 255) = 33.49%

R = 29.77%
G = 36.74%
B = 33.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#C0EDD8 (or 0xC0EDD8) is known color: Aero Blue. HEX triplet: C0, ED and D8. RGB value is (192,237,216). Sum of RGB (Red+Green+Blue) = 192+237+216=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDD8 is #3F1227. Grayscale: #DDDDDD. Windows color (decimal): -4133416 or 14216640. OLE color: 14216640.

HSL color Cylindrical-coordinate representation of color #C0EDD8: hue angle of 152º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDD8 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 216 -
CMYK 0.19 0 0.09 0.07
HSL 152º 0.56% 0.84% -
HSV(B) 152º 0.19% 0.93% -
XYZ 64.42 76.73 76.38 -
YUV 221.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 192 237 216 0.19 0 0.09 0.07 152 0.56 0.84
Hex C0 ED D8 13 0 9 7 98 38 54
Octal 300 355 330 23 0 11 7 230 70 124
Binary 11000000 11101101 11011000 10011 0 1001 111 10011000 111000 1010100

Color Harmonies of #C0EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EDD8

Black with #C0EDD8

Text Example


Text Example

White with #C0EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EDD8; }

 p { color: rgb(192,237,216); }

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

background-color css

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

 a { background-color: rgb(192,237,216); }

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

border-color css

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

 span { border-color: rgb(192,237,216); }

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