Html Css Color HEX #C2FCDD Aero Blue

📋 copy color: '#C2FCDD'

red 194 ◦ green 252 ◦ blue 221

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

Shades of Aero Blue #C2FCDD

Tints of Aero Blue #C2FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.78%

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

R = 29.09%
G = 37.78%
B = 33.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#C2FCDD (or 0xC2FCDD) is known color: Aero Blue. HEX triplet: C2, FC and DD. RGB value is (194,252,221). Sum of RGB (Red+Green+Blue) = 194+252+221=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCDD is #3D0322. Grayscale: #E7E7E7. Windows color (decimal): -3998499 or 14548162. OLE color: 14548162.

HSL color Cylindrical-coordinate representation of color #C2FCDD: hue angle of 147.93º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCDD is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 252 221 -
CMYK 0.23 0 0.12 0.01
HSL 147.93º 0.91% 0.87% -
HSV(B) 147.93º 0.23% 0.99% -
XYZ 70.11 86.31 81.37 -
YUV 231.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 194 252 221 0.23 0 0.12 0.01 147.93 0.91 0.87
Hex C2 FC DD 17 0 C 1 94 5B 57
Octal 302 374 335 27 0 14 1 224 133 127
Binary 11000010 11111100 11011101 10111 0 1100 1 10010100 1011011 1010111

Color Harmonies of #C2FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FCDD

Black with #C2FCDD

Text Example


Text Example

White with #C2FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FCDD; }

 p { color: rgb(194,252,221); }

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

background-color css

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

 a { background-color: rgb(194,252,221); }

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

border-color css

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

 span { border-color: rgb(194,252,221); }

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