Html Css Color HEX #C2FDDE Aero Blue

📋 copy color: '#C2FDDE'

red 194 ◦ green 253 ◦ blue 222

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

Shades of Aero Blue #C2FDDE

Tints of Aero Blue #C2FDDE

RGB

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

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

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

R = 29%
G = 37.82%
B = 33.18%

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

#C2FDDE (or 0xC2FDDE) is known color: Aero Blue. HEX triplet: C2, FD and DE. RGB value is (194,253,222). Sum of RGB (Red+Green+Blue) = 194+253+222=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDDE is #3D0221. Grayscale: #E7E7E7. Windows color (decimal): -3998242 or 14613954. OLE color: 14613954.

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

Color convert

RGB 194 253 222 -
CMYK 0.23 0 0.12 0.01
HSL 148.47º 0.94% 0.88% -
HSV(B) 148.47º 0.23% 0.99% -
XYZ 70.56 86.99 82.18 -
YUV 231.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 194 253 222 0.23 0 0.12 0.01 148.47 0.94 0.88
Hex C2 FD DE 17 0 C 1 94 5E 58
Octal 302 375 336 27 0 14 1 224 136 130
Binary 11000010 11111101 11011110 10111 0 1100 1 10010100 1011110 1011000

Color Harmonies of #C2FDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FDDE

Black with #C2FDDE

Text Example


Text Example

White with #C2FDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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