Html Css Color HEX #C2FDDC Aero Blue

📋 copy color: '#C2FDDC'

red 194 ◦ green 253 ◦ blue 220

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

Shades of Aero Blue #C2FDDC

Tints of Aero Blue #C2FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.93%

 BLUE value IS 220 (86.33% from 255) = 32.98%

R = 29.09%
G = 37.93%
B = 32.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#C2FDDC (or 0xC2FDDC) is known color: Aero Blue. HEX triplet: C2, FD and DC. RGB value is (194,253,220). Sum of RGB (Red+Green+Blue) = 194+253+220=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDDC is #3D0223. Grayscale: #E7E7E7. Windows color (decimal): -3998244 or 14482882. OLE color: 14482882.

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

Color convert

RGB 194 253 220 -
CMYK 0.23 0 0.13 0.01
HSL 146.44º 0.94% 0.88% -
HSV(B) 146.44º 0.23% 0.99% -
XYZ 70.29 86.89 80.78 -
YUV 231.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 194 253 220 0.23 0 0.13 0.01 146.44 0.94 0.88
Hex C2 FD DC 17 0 D 1 92 5E 58
Octal 302 375 334 27 0 15 1 222 136 130
Binary 11000010 11111101 11011100 10111 0 1101 1 10010010 1011110 1011000

Color Harmonies of #C2FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FDDC

Black with #C2FDDC

Text Example


Text Example

White with #C2FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FDDC; }

 p { color: rgb(194,253,220); }

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

background-color css

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

 a { background-color: rgb(194,253,220); }

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

border-color css

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

 span { border-color: rgb(194,253,220); }

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