Html Css Color HEX #C8F4DC Aero Blue

📋 copy color: '#C8F4DC'

red 200 ◦ green 244 ◦ blue 220

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

Shades of Aero Blue #C8F4DC

Tints of Aero Blue #C8F4DC

RGB

 RED value IS 200 (78.52% from 255) = 30.12%

 GREEN value IS 244 (95.7% from 255) = 36.75%

 BLUE value IS 220 (86.33% from 255) = 33.13%

R = 30.12%
G = 36.75%
B = 33.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#C8F4DC (or 0xC8F4DC) is known color: Aero Blue. HEX triplet: C8, F4 and DC. RGB value is (200,244,220). Sum of RGB (Red+Green+Blue) = 200+244+220=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F4DC is #370B23. Grayscale: #E4E4E4. Windows color (decimal): -3607332 or 14480584. OLE color: 14480584.

HSL color Cylindrical-coordinate representation of color #C8F4DC: hue angle of 147.27º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F4DC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 244 220 -
CMYK 0.18 0 0.10 0.04
HSL 147.27º 0.67% 0.87% -
HSV(B) 147.27º 0.18% 0.96% -
XYZ 69.09 82.15 79.92 -
YUV 228.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 200 244 220 0.18 0 0.10 0.04 147.27 0.67 0.87
Hex C8 F4 DC 12 0 A 4 93 43 57
Octal 310 364 334 22 0 12 4 223 103 127
Binary 11001000 11110100 11011100 10010 0 1010 100 10010011 1000011 1010111

Color Harmonies of #C8F4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F4DC

Black with #C8F4DC

Text Example


Text Example

White with #C8F4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F4DC; }

 p { color: rgb(200,244,220); }

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

background-color css

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

 a { background-color: rgb(200,244,220); }

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

border-color css

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

 span { border-color: rgb(200,244,220); }

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