Html Css Color HEX #C2FFDF Aero Blue

📋 copy color: '#C2FFDF'

red 194 ◦ green 255 ◦ blue 223

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

Shades of Aero Blue #C2FFDF

Tints of Aero Blue #C2FFDF

RGB

 RED value IS 194 (76.17% from 255) = 28.87%

 GREEN value IS 255 (100% from 255) = 37.95%

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 28.87%
G = 37.95%
B = 33.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#C2FFDF (or 0xC2FFDF) is known color: Aero Blue. HEX triplet: C2, FF and DF. RGB value is (194,255,223). Sum of RGB (Red+Green+Blue) = 194+255+223=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFDF is #3D0020. Grayscale: #E9E9E9. Windows color (decimal): -3997729 or 14680002. OLE color: 14680002.

HSL color Cylindrical-coordinate representation of color #C2FFDF: hue angle of 148.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFDF is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 223 -
CMYK 0.24 0 0.13 0
HSL 148.52º 1% 0.88% -
HSV(B) 148.52º 0.24% 1% -
XYZ 71.33 88.32 83.1 -
YUV 233.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 194 255 223 0.24 0 0.13 0 148.52 1 0.88
Hex C2 FF DF 18 0 D 0 95 64 58
Octal 302 377 337 30 0 15 0 225 144 130
Binary 11000010 11111111 11011111 11000 0 1101 0 10010101 1100100 1011000

Color Harmonies of #C2FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FFDF

Black with #C2FFDF

Text Example


Text Example

White with #C2FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FFDF; }

 p { color: rgb(194,255,223); }

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

background-color css

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

 a { background-color: rgb(194,255,223); }

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

border-color css

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

 span { border-color: rgb(194,255,223); }

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