Html Css Color HEX #C3F2DA Aero Blue

📋 copy color: '#C3F2DA'

red 195 ◦ green 242 ◦ blue 218

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

Shades of Aero Blue #C3F2DA

Tints of Aero Blue #C3F2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.95%

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

R = 29.77%
G = 36.95%
B = 33.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#C3F2DA (or 0xC3F2DA) is known color: Aero Blue. HEX triplet: C3, F2 and DA. RGB value is (195,242,218). Sum of RGB (Red+Green+Blue) = 195+242+218=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2DA is #3C0D25. Grayscale: #E1E1E1. Windows color (decimal): -3935526 or 14348995. OLE color: 14348995.

HSL color Cylindrical-coordinate representation of color #C3F2DA: hue angle of 149.36º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2DA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 242 218 -
CMYK 0.19 0 0.10 0.05
HSL 149.36º 0.64% 0.86% -
HSV(B) 149.36º 0.19% 0.95% -
XYZ 66.91 80.17 78.28 -
YUV 225.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 195 242 218 0.19 0 0.10 0.05 149.36 0.64 0.86
Hex C3 F2 DA 13 0 A 5 95 40 56
Octal 303 362 332 23 0 12 5 225 100 126
Binary 11000011 11110010 11011010 10011 0 1010 101 10010101 1000000 1010110

Color Harmonies of #C3F2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F2DA

Black with #C3F2DA

Text Example


Text Example

White with #C3F2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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