Html Css Color HEX #C8F0DA Aero Blue

📋 copy color: '#C8F0DA'

red 200 ◦ green 240 ◦ blue 218

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

Shades of Aero Blue #C8F0DA

Tints of Aero Blue #C8F0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.47%

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

R = 30.4%
G = 36.47%
B = 33.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#C8F0DA (or 0xC8F0DA) is known color: Aero Blue. HEX triplet: C8, F0 and DA. RGB value is (200,240,218). Sum of RGB (Red+Green+Blue) = 200+240+218=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0DA is #370F25. Grayscale: #E1E1E1. Windows color (decimal): -3608358 or 14348488. OLE color: 14348488.

HSL color Cylindrical-coordinate representation of color #C8F0DA: hue angle of 147º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F0DA is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 240 218 -
CMYK 0.17 0 0.09 0.06
HSL 147º 0.57% 0.86% -
HSV(B) 147º 0.17% 0.94% -
XYZ 67.63 79.66 78.14 -
YUV 225.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 200 240 218 0.17 0 0.09 0.06 147 0.57 0.86
Hex C8 F0 DA 11 0 9 6 93 39 56
Octal 310 360 332 21 0 11 6 223 71 126
Binary 11001000 11110000 11011010 10001 0 1001 110 10010011 111001 1010110

Color Harmonies of #C8F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F0DA

Black with #C8F0DA

Text Example


Text Example

White with #C8F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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