Html Css Color HEX #C2FBDD Aero Blue

📋 copy color: '#C2FBDD'

red 194 ◦ green 251 ◦ blue 221

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

Shades of Aero Blue #C2FBDD

Tints of Aero Blue #C2FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.69%

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

R = 29.13%
G = 37.69%
B = 33.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#C2FBDD (or 0xC2FBDD) is known color: Aero Blue. HEX triplet: C2, FB and DD. RGB value is (194,251,221). Sum of RGB (Red+Green+Blue) = 194+251+221=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBDD is #3D0422. Grayscale: #E6E6E6. Windows color (decimal): -3998755 or 14547906. OLE color: 14547906.

HSL color Cylindrical-coordinate representation of color #C2FBDD: hue angle of 148.42º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FBDD is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 251 221 -
CMYK 0.23 0 0.12 0.02
HSL 148.42º 0.88% 0.87% -
HSV(B) 148.42º 0.23% 0.98% -
XYZ 69.8 85.68 81.27 -
YUV 230.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 194 251 221 0.23 0 0.12 0.02 148.42 0.88 0.87
Hex C2 FB DD 17 0 C 2 94 58 57
Octal 302 373 335 27 0 14 2 224 130 127
Binary 11000010 11111011 11011101 10111 0 1100 10 10010100 1011000 1010111

Color Harmonies of #C2FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBDD

Black with #C2FBDD

Text Example


Text Example

White with #C2FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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