Html Css Color HEX #C5FADE Aero Blue

📋 copy color: '#C5FADE'

red 197 ◦ green 250 ◦ blue 222

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

Shades of Aero Blue #C5FADE

Tints of Aero Blue #C5FADE

RGB

 RED value IS 197 (77.34% from 255) = 29.45%

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

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

R = 29.45%
G = 37.37%
B = 33.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#C5FADE (or 0xC5FADE) is known color: Aero Blue. HEX triplet: C5, FA and DE. RGB value is (197,250,222). Sum of RGB (Red+Green+Blue) = 197+250+222=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FADE is #3A0521. Grayscale: #E7E7E7. Windows color (decimal): -3802402 or 14613189. OLE color: 14613189.

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

Color convert

RGB 197 250 222 -
CMYK 0.21 0 0.11 0.02
HSL 148.3º 0.84% 0.88% -
HSV(B) 148.3º 0.21% 0.98% -
XYZ 70.4 85.52 81.9 -
YUV 230.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 197 250 222 0.21 0 0.11 0.02 148.3 0.84 0.88
Hex C5 FA DE 15 0 B 2 94 54 58
Octal 305 372 336 25 0 13 2 224 124 130
Binary 11000101 11111010 11011110 10101 0 1011 10 10010100 1010100 1011000

Color Harmonies of #C5FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FADE

Black with #C5FADE

Text Example


Text Example

White with #C5FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FADE; }

 p { color: rgb(197,250,222); }

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

background-color css

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

 a { background-color: rgb(197,250,222); }

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

border-color css

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

 span { border-color: rgb(197,250,222); }

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