Html Css Color HEX #C5FADB Aero Blue

📋 copy color: '#C5FADB'

red 197 ◦ green 250 ◦ blue 219

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

Shades of Aero Blue #C5FADB

Tints of Aero Blue #C5FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.88%

R = 29.58%
G = 37.54%
B = 32.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C5FADB (or 0xC5FADB) is known color: Aero Blue. HEX triplet: C5, FA and DB. RGB value is (197,250,219). Sum of RGB (Red+Green+Blue) = 197+250+219=666 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.58% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FADB is #3A0524. Grayscale: #E6E6E6. Windows color (decimal): -3802405 or 14416581. OLE color: 14416581.

HSL color Cylindrical-coordinate representation of color #C5FADB: hue angle of 144.91º 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 #C5FADB is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 250 219 -
CMYK 0.21 0 0.12 0.02
HSL 144.91º 0.84% 0.88% -
HSV(B) 144.91º 0.21% 0.98% -
XYZ 70 85.36 79.8 -
YUV 230.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 197 250 219 0.21 0 0.12 0.02 144.91 0.84 0.88
Hex C5 FA DB 15 0 C 2 91 54 58
Octal 305 372 333 25 0 14 2 221 124 130
Binary 11000101 11111010 11011011 10101 0 1100 10 10010001 1010100 1011000

Color Harmonies of #C5FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FADB

Black with #C5FADB

Text Example


Text Example

White with #C5FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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