Html Css Color HEX #C0EDD4 Aero Blue

📋 copy color: '#C0EDD4'

red 192 ◦ green 237 ◦ blue 212

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

Shades of Aero Blue #C0EDD4

Tints of Aero Blue #C0EDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.07%

R = 29.95%
G = 36.97%
B = 33.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#C0EDD4 (or 0xC0EDD4) is known color: Aero Blue. HEX triplet: C0, ED and D4. RGB value is (192,237,212). Sum of RGB (Red+Green+Blue) = 192+237+212=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDD4 is #3F122B. Grayscale: #DCDCDC. Windows color (decimal): -4133420 or 13954496. OLE color: 13954496.

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

Color convert

RGB 192 237 212 -
CMYK 0.19 0 0.11 0.07
HSL 146.67º 0.56% 0.84% -
HSV(B) 146.67º 0.19% 0.93% -
XYZ 63.91 76.53 73.69 -
YUV 220.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 192 237 212 0.19 0 0.11 0.07 146.67 0.56 0.84
Hex C0 ED D4 13 0 B 7 93 38 54
Octal 300 355 324 23 0 13 7 223 70 124
Binary 11000000 11101101 11010100 10011 0 1011 111 10010011 111000 1010100

Color Harmonies of #C0EDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EDD4

Black with #C0EDD4

Text Example


Text Example

White with #C0EDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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