Html Css Color HEX #C2FEDD Aero Blue

📋 copy color: '#C2FEDD'

red 194 ◦ green 254 ◦ blue 221

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

Shades of Aero Blue #C2FEDD

Tints of Aero Blue #C2FEDD

RGB

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

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

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

R = 29%
G = 37.97%
B = 33.03%

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

#C2FEDD (or 0xC2FEDD) is known color: Aero Blue. HEX triplet: C2, FE and DD. RGB value is (194,254,221). Sum of RGB (Red+Green+Blue) = 194+254+221=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEDD is #3D0122. Grayscale: #E8E8E8. Windows color (decimal): -3997987 or 14548674. OLE color: 14548674.

HSL color Cylindrical-coordinate representation of color #C2FEDD: hue angle of 147º 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 #C2FEDD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 254 221 -
CMYK 0.24 0 0.13 0.00
HSL 147º 0.97% 0.88% -
HSV(B) 147º 0.24% 1% -
XYZ 70.74 87.57 81.58 -
YUV 232.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 194 254 221 0.24 0 0.13 0.00 147 0.97 0.88
Hex C2 FE DD 18 0 D 0 93 61 58
Octal 302 376 335 30 0 15 0 223 141 130
Binary 11000010 11111110 11011101 11000 0 1101 0 10010011 1100001 1011000

Color Harmonies of #C2FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FEDD

Black with #C2FEDD

Text Example


Text Example

White with #C2FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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