Html Css Color HEX #C4E0D0 Aero Blue

📋 copy color: '#C4E0D0'

red 196 ◦ green 224 ◦ blue 208

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

Shades of Aero Blue #C4E0D0

Tints of Aero Blue #C4E0D0

RGB

 RED value IS 196 (76.95% from 255) = 31.21%

 GREEN value IS 224 (87.89% from 255) = 35.67%

 BLUE value IS 208 (81.64% from 255) = 33.12%

R = 31.21%
G = 35.67%
B = 33.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#C4E0D0 (or 0xC4E0D0) is known color: Aero Blue. HEX triplet: C4, E0 and D0. RGB value is (196,224,208). Sum of RGB (Red+Green+Blue) = 196+224+208=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E0D0 is #3B1F2F. Grayscale: #D5D5D5. Windows color (decimal): -3874608 or 13689028. OLE color: 13689028.

HSL color Cylindrical-coordinate representation of color #C4E0D0: hue angle of 145.71º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4E0D0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 224 208 -
CMYK 0.12 0 0.07 0.12
HSL 145.71º 0.31% 0.82% -
HSV(B) 145.71º 0.13% 0.88% -
XYZ 60.81 69.6 69.9 -
YUV 213.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 196 224 208 0.12 0 0.07 0.12 145.71 0.31 0.82
Hex C4 E0 D0 C 0 7 C 92 1F 52
Octal 304 340 320 14 0 7 14 222 37 122
Binary 11000100 11100000 11010000 1100 0 111 1100 10010010 11111 1010010

Color Harmonies of #C4E0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E0D0

Black with #C4E0D0

Text Example


Text Example

White with #C4E0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E0D0; }

 p { color: rgb(196,224,208); }

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

background-color css

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

 a { background-color: rgb(196,224,208); }

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

border-color css

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

 span { border-color: rgb(196,224,208); }

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