Html Css Color HEX #C8F8DA Aero Blue

📋 copy color: '#C8F8DA'

red 200 ◦ green 248 ◦ blue 218

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

Shades of Aero Blue #C8F8DA

Tints of Aero Blue #C8F8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.73%

R = 30.03%
G = 37.24%
B = 32.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#C8F8DA (or 0xC8F8DA) is known color: Aero Blue. HEX triplet: C8, F8 and DA. RGB value is (200,248,218). Sum of RGB (Red+Green+Blue) = 200+248+218=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8DA is #370725. Grayscale: #E6E6E6. Windows color (decimal): -3606310 or 14350536. OLE color: 14350536.

HSL color Cylindrical-coordinate representation of color #C8F8DA: hue angle of 142.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 #C8F8DA is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 248 218 -
CMYK 0.19 0 0.12 0.03
HSL 142.5º 0.77% 0.88% -
HSV(B) 142.5º 0.19% 0.97% -
XYZ 70.04 84.48 78.94 -
YUV 230.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 200 248 218 0.19 0 0.12 0.03 142.5 0.77 0.88
Hex C8 F8 DA 13 0 C 3 8E 4D 58
Octal 310 370 332 23 0 14 3 216 115 130
Binary 11001000 11111000 11011010 10011 0 1100 11 10001110 1001101 1011000

Color Harmonies of #C8F8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F8DA

Black with #C8F8DA

Text Example


Text Example

White with #C8F8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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