Html Css Color HEX #C7FADB Aero Blue

📋 copy color: '#C7FADB'

red 199 ◦ green 250 ◦ blue 219

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

Shades of Aero Blue #C7FADB

Tints of Aero Blue #C7FADB

RGB

 RED value IS 199 (78.13% from 255) = 29.79%

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

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

R = 29.79%
G = 37.43%
B = 32.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C7FADB (or 0xC7FADB) is known color: Aero Blue. HEX triplet: C7, FA and DB. RGB value is (199,250,219). Sum of RGB (Red+Green+Blue) = 199+250+219=668 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.79% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FADB is #380524. Grayscale: #E7E7E7. Windows color (decimal): -3671333 or 14416583. OLE color: 14416583.

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

Color convert

RGB 199 250 219 -
CMYK 0.20 0 0.12 0.02
HSL 143.53º 0.84% 0.88% -
HSV(B) 143.53º 0.2% 0.98% -
XYZ 70.52 85.63 79.83 -
YUV 231.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 199 250 219 0.20 0 0.12 0.02 143.53 0.84 0.88
Hex C7 FA DB 14 0 C 2 90 54 58
Octal 307 372 333 24 0 14 2 220 124 130
Binary 11000111 11111010 11011011 10100 0 1100 10 10010000 1010100 1011000

Color Harmonies of #C7FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FADB

Black with #C7FADB

Text Example


Text Example

White with #C7FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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