Html Css Color HEX #C2FBDA Aero Blue

📋 copy color: '#C2FBDA'

red 194 ◦ green 251 ◦ blue 218

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

Shades of Aero Blue #C2FBDA

Tints of Aero Blue #C2FBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.88%

R = 29.26%
G = 37.86%
B = 32.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#C2FBDA (or 0xC2FBDA) is known color: Aero Blue. HEX triplet: C2, FB and DA. RGB value is (194,251,218). Sum of RGB (Red+Green+Blue) = 194+251+218=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBDA is #3D0425. Grayscale: #E6E6E6. Windows color (decimal): -3998758 or 14351298. OLE color: 14351298.

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

Color convert

RGB 194 251 218 -
CMYK 0.23 0 0.13 0.02
HSL 145.26º 0.88% 0.87% -
HSV(B) 145.26º 0.23% 0.98% -
XYZ 69.4 85.53 79.18 -
YUV 230.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 194 251 218 0.23 0 0.13 0.02 145.26 0.88 0.87
Hex C2 FB DA 17 0 D 2 91 58 57
Octal 302 373 332 27 0 15 2 221 130 127
Binary 11000010 11111011 11011010 10111 0 1101 10 10010001 1011000 1010111

Color Harmonies of #C2FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FBDA

Black with #C2FBDA

Text Example


Text Example

White with #C2FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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