Html Css Color HEX #C8FADD Aero Blue

📋 copy color: '#C8FADD'

red 200 ◦ green 250 ◦ blue 221

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

Shades of Aero Blue #C8FADD

Tints of Aero Blue #C8FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.26%

 BLUE value IS 221 (86.72% from 255) = 32.94%

R = 29.81%
G = 37.26%
B = 32.94%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C8FADD (or 0xC8FADD) is known color: Aero Blue. HEX triplet: C8, FA and DD. RGB value is (200,250,221). Sum of RGB (Red+Green+Blue) = 200+250+221=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FADD is #370522. Grayscale: #E7E7E7. Windows color (decimal): -3605795 or 14547656. OLE color: 14547656.

HSL color Cylindrical-coordinate representation of color #C8FADD: hue angle of 145.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FADD is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 221 -
CMYK 0.2 0 0.12 0.02
HSL 145.2º 0.83% 0.88% -
HSV(B) 145.2º 0.2% 0.98% -
XYZ 71.06 85.87 81.24 -
YUV 231.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 200 250 221 0.2 0 0.12 0.02 145.2 0.83 0.88
Hex C8 FA DD 14 0 C 2 91 53 58
Octal 310 372 335 24 0 14 2 221 123 130
Binary 11001000 11111010 11011101 10100 0 1100 10 10010001 1010011 1011000

Color Harmonies of #C8FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FADD

Black with #C8FADD

Text Example


Text Example

White with #C8FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FADD; }

 p { color: rgb(200,250,221); }

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

background-color css

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

 a { background-color: rgb(200,250,221); }

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

border-color css

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

 span { border-color: rgb(200,250,221); }

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