Html Css Color HEX #C3FADC Aero Blue

📋 copy color: '#C3FADC'

red 195 ◦ green 250 ◦ blue 220

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

Shades of Aero Blue #C3FADC

Tints of Aero Blue #C3FADC

RGB

 RED value IS 195 (76.56% from 255) = 29.32%

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

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

R = 29.32%
G = 37.59%
B = 33.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C3FADC (or 0xC3FADC) is known color: Aero Blue. HEX triplet: C3, FA and DC. RGB value is (195,250,220). Sum of RGB (Red+Green+Blue) = 195+250+220=665 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.32% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FADC is #3C0523. Grayscale: #E6E6E6. Windows color (decimal): -3933476 or 14482115. OLE color: 14482115.

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

Color convert

RGB 195 250 220 -
CMYK 0.22 0 0.12 0.02
HSL 147.27º 0.85% 0.87% -
HSV(B) 147.27º 0.22% 0.98% -
XYZ 69.61 85.14 80.48 -
YUV 230.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 195 250 220 0.22 0 0.12 0.02 147.27 0.85 0.87
Hex C3 FA DC 16 0 C 2 93 55 57
Octal 303 372 334 26 0 14 2 223 125 127
Binary 11000011 11111010 11011100 10110 0 1100 10 10010011 1010101 1010111

Color Harmonies of #C3FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FADC

Black with #C3FADC

Text Example


Text Example

White with #C3FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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