Html Css Color HEX #C8F7DC Aero Blue

📋 copy color: '#C8F7DC'

red 200 ◦ green 247 ◦ blue 220

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

Shades of Aero Blue #C8F7DC

Tints of Aero Blue #C8F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.03%

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

R = 29.99%
G = 37.03%
B = 32.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#C8F7DC (or 0xC8F7DC) is known color: Aero Blue. HEX triplet: C8, F7 and DC. RGB value is (200,247,220). Sum of RGB (Red+Green+Blue) = 200+247+220=667 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.99% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F7DC is #370823. Grayscale: #E5E5E5. Windows color (decimal): -3606564 or 14481352. OLE color: 14481352.

HSL color Cylindrical-coordinate representation of color #C8F7DC: hue angle of 145.53º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F7DC is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 247 220 -
CMYK 0.19 0 0.11 0.03
HSL 145.53º 0.75% 0.88% -
HSV(B) 145.53º 0.19% 0.97% -
XYZ 70 83.97 80.23 -
YUV 229.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 200 247 220 0.19 0 0.11 0.03 145.53 0.75 0.88
Hex C8 F7 DC 13 0 B 3 92 4B 58
Octal 310 367 334 23 0 13 3 222 113 130
Binary 11001000 11110111 11011100 10011 0 1011 11 10010010 1001011 1011000

Color Harmonies of #C8F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F7DC

Black with #C8F7DC

Text Example


Text Example

White with #C8F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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