Html Css Color HEX #C8F8DE Aero Blue

📋 copy color: '#C8F8DE'

red 200 ◦ green 248 ◦ blue 222

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

Shades of Aero Blue #C8F8DE

Tints of Aero Blue #C8F8DE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.01%

 BLUE value IS 222 (87.11% from 255) = 33.13%

R = 29.85%
G = 37.01%
B = 33.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#C8F8DE (or 0xC8F8DE) is known color: Aero Blue. HEX triplet: C8, F8 and DE. RGB value is (200,248,222). Sum of RGB (Red+Green+Blue) = 200+248+222=670 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.85% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8DE is #370721. Grayscale: #E6E6E6. Windows color (decimal): -3606306 or 14612680. OLE color: 14612680.

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

Color convert

RGB 200 248 222 -
CMYK 0.19 0 0.10 0.03
HSL 147.5º 0.77% 0.88% -
HSV(B) 147.5º 0.19% 0.97% -
XYZ 70.57 84.69 81.73 -
YUV 230.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 200 248 222 0.19 0 0.10 0.03 147.5 0.77 0.88
Hex C8 F8 DE 13 0 A 3 94 4D 58
Octal 310 370 336 23 0 12 3 224 115 130
Binary 11001000 11111000 11011110 10011 0 1010 11 10010100 1001101 1011000

Color Harmonies of #C8F8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F8DE

Black with #C8F8DE

Text Example


Text Example

White with #C8F8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F8DE; }

 p { color: rgb(200,248,222); }

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

background-color css

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

 a { background-color: rgb(200,248,222); }

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

border-color css

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

 span { border-color: rgb(200,248,222); }

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