Html Css Color HEX #C3FADD Aero Blue

📋 copy color: '#C3FADD'

red 195 ◦ green 250 ◦ blue 221

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

Shades of Aero Blue #C3FADD

Tints of Aero Blue #C3FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.18%

R = 29.28%
G = 37.54%
B = 33.18%

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

#C3FADD (or 0xC3FADD) is known color: Aero Blue. HEX triplet: C3, FA and DD. RGB value is (195,250,221). Sum of RGB (Red+Green+Blue) = 195+250+221=666 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.28% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FADD is #3C0522. Grayscale: #E6E6E6. Windows color (decimal): -3933475 or 14547651. OLE color: 14547651.

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

Color convert

RGB 195 250 221 -
CMYK 0.22 0 0.12 0.02
HSL 148.36º 0.85% 0.87% -
HSV(B) 148.36º 0.22% 0.98% -
XYZ 69.74 85.19 81.17 -
YUV 230.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 195 250 221 0.22 0 0.12 0.02 148.36 0.85 0.87
Hex C3 FA DD 16 0 C 2 94 55 57
Octal 303 372 335 26 0 14 2 224 125 127
Binary 11000011 11111010 11011101 10110 0 1100 10 10010100 1010101 1010111

Color Harmonies of #C3FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FADD

Black with #C3FADD

Text Example


Text Example

White with #C3FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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