Html Css Color HEX #C2FEDE Aero Blue

📋 copy color: '#C2FEDE'

red 194 ◦ green 254 ◦ blue 222

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

Shades of Aero Blue #C2FEDE

Tints of Aero Blue #C2FEDE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.91%

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

R = 28.96%
G = 37.91%
B = 33.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#C2FEDE (or 0xC2FEDE) is known color: Aero Blue. HEX triplet: C2, FE and DE. RGB value is (194,254,222). Sum of RGB (Red+Green+Blue) = 194+254+222=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEDE is #3D0121. Grayscale: #E8E8E8. Windows color (decimal): -3997986 or 14614210. OLE color: 14614210.

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

Color convert

RGB 194 254 222 -
CMYK 0.24 0 0.13 0.00
HSL 148º 0.97% 0.88% -
HSV(B) 148º 0.24% 1% -
XYZ 70.87 87.63 82.29 -
YUV 232.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 194 254 222 0.24 0 0.13 0.00 148 0.97 0.88
Hex C2 FE DE 18 0 D 0 94 61 58
Octal 302 376 336 30 0 15 0 224 141 130
Binary 11000010 11111110 11011110 11000 0 1101 0 10010100 1100001 1011000

Color Harmonies of #C2FEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FEDE

Black with #C2FEDE

Text Example


Text Example

White with #C2FEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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