Html Css Color HEX #C3FADA Aero Blue

📋 copy color: '#C3FADA'

red 195 ◦ green 250 ◦ blue 218

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

Shades of Aero Blue #C3FADA

Tints of Aero Blue #C3FADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.88%

R = 29.41%
G = 37.71%
B = 32.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#C3FADA (or 0xC3FADA) is known color: Aero Blue. HEX triplet: C3, FA and DA. RGB value is (195,250,218). Sum of RGB (Red+Green+Blue) = 195+250+218=663 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.41% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FADA is #3C0525. Grayscale: #E5E5E5. Windows color (decimal): -3933478 or 14351043. OLE color: 14351043.

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

Color convert

RGB 195 250 218 -
CMYK 0.22 0 0.13 0.02
HSL 145.09º 0.85% 0.87% -
HSV(B) 145.09º 0.22% 0.98% -
XYZ 69.35 85.04 79.09 -
YUV 229.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 195 250 218 0.22 0 0.13 0.02 145.09 0.85 0.87
Hex C3 FA DA 16 0 D 2 91 55 57
Octal 303 372 332 26 0 15 2 221 125 127
Binary 11000011 11111010 11011010 10110 0 1101 10 10010001 1010101 1010111

Color Harmonies of #C3FADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FADA

Black with #C3FADA

Text Example


Text Example

White with #C3FADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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