Html Css Color HEX #C0EDD6 Aero Blue

📋 copy color: '#C0EDD6'

red 192 ◦ green 237 ◦ blue 214

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

Shades of Aero Blue #C0EDD6

Tints of Aero Blue #C0EDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.28%

R = 29.86%
G = 36.86%
B = 33.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#C0EDD6 (or 0xC0EDD6) is known color: Aero Blue. HEX triplet: C0, ED and D6. RGB value is (192,237,214). Sum of RGB (Red+Green+Blue) = 192+237+214=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDD6 is #3F1229. Grayscale: #DCDCDC. Windows color (decimal): -4133418 or 14085568. OLE color: 14085568.

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

Color convert

RGB 192 237 214 -
CMYK 0.19 0 0.10 0.07
HSL 149.33º 0.56% 0.84% -
HSV(B) 149.33º 0.19% 0.93% -
XYZ 64.16 76.63 75.03 -
YUV 220.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 192 237 214 0.19 0 0.10 0.07 149.33 0.56 0.84
Hex C0 ED D6 13 0 A 7 95 38 54
Octal 300 355 326 23 0 12 7 225 70 124
Binary 11000000 11101101 11010110 10011 0 1010 111 10010101 111000 1010100

Color Harmonies of #C0EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EDD6

Black with #C0EDD6

Text Example


Text Example

White with #C0EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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