Html Css Color HEX #C2FCDE Aero Blue

📋 copy color: '#C2FCDE'

red 194 ◦ green 252 ◦ blue 222

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

Shades of Aero Blue #C2FCDE

Tints of Aero Blue #C2FCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.23%

R = 29.04%
G = 37.72%
B = 33.23%

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

#C2FCDE (or 0xC2FCDE) is known color: Aero Blue. HEX triplet: C2, FC and DE. RGB value is (194,252,222). Sum of RGB (Red+Green+Blue) = 194+252+222=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCDE is #3D0321. Grayscale: #E7E7E7. Windows color (decimal): -3998498 or 14613698. OLE color: 14613698.

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

Color convert

RGB 194 252 222 -
CMYK 0.23 0 0.12 0.01
HSL 148.97º 0.91% 0.87% -
HSV(B) 148.97º 0.23% 0.99% -
XYZ 70.24 86.36 82.07 -
YUV 231.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 194 252 222 0.23 0 0.12 0.01 148.97 0.91 0.87
Hex C2 FC DE 17 0 C 1 95 5B 57
Octal 302 374 336 27 0 14 1 225 133 127
Binary 11000010 11111100 11011110 10111 0 1100 1 10010101 1011011 1010111

Color Harmonies of #C2FCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FCDE

Black with #C2FCDE

Text Example


Text Example

White with #C2FCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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