Html Css Color HEX #C6FADC Aero Blue

📋 copy color: '#C6FADC'

red 198 ◦ green 250 ◦ blue 220

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

Shades of Aero Blue #C6FADC

Tints of Aero Blue #C6FADC

RGB

 RED value IS 198 (77.73% from 255) = 29.64%

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

 BLUE value IS 220 (86.33% from 255) = 32.93%

R = 29.64%
G = 37.43%
B = 32.93%

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

#C6FADC (or 0xC6FADC) is known color: Aero Blue. HEX triplet: C6, FA and DC. RGB value is (198,250,220). Sum of RGB (Red+Green+Blue) = 198+250+220=668 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.64% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FADC is #390523. Grayscale: #E7E7E7. Windows color (decimal): -3736868 or 14482118. OLE color: 14482118.

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

Color convert

RGB 198 250 220 -
CMYK 0.21 0 0.12 0.02
HSL 145.38º 0.84% 0.88% -
HSV(B) 145.38º 0.21% 0.98% -
XYZ 70.39 85.54 80.51 -
YUV 231.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 198 250 220 0.21 0 0.12 0.02 145.38 0.84 0.88
Hex C6 FA DC 15 0 C 2 91 54 58
Octal 306 372 334 25 0 14 2 221 124 130
Binary 11000110 11111010 11011100 10101 0 1100 10 10010001 1010100 1011000

Color Harmonies of #C6FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FADC

Black with #C6FADC

Text Example


Text Example

White with #C6FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FADC; }

 p { color: rgb(198,250,220); }

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

background-color css

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

 a { background-color: rgb(198,250,220); }

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

border-color css

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

 span { border-color: rgb(198,250,220); }

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