Html Css Color HEX #C2FFDB Aero Blue

📋 copy color: '#C2FFDB'

red 194 ◦ green 255 ◦ blue 219

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

Shades of Aero Blue #C2FFDB

Tints of Aero Blue #C2FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 38.17%

 BLUE value IS 219 (85.94% from 255) = 32.78%

R = 29.04%
G = 38.17%
B = 32.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#C2FFDB (or 0xC2FFDB) is known color: Aero Blue. HEX triplet: C2, FF and DB. RGB value is (194,255,219). Sum of RGB (Red+Green+Blue) = 194+255+219=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFDB is #3D0024. Grayscale: #E8E8E8. Windows color (decimal): -3997733 or 14417858. OLE color: 14417858.

HSL color Cylindrical-coordinate representation of color #C2FFDB: hue angle of 144.59º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFDB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 219 -
CMYK 0.24 0 0.14 0
HSL 144.59º 1% 0.88% -
HSV(B) 144.59º 0.24% 1% -
XYZ 70.79 88.1 80.29 -
YUV 232.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 194 255 219 0.24 0 0.14 0 144.59 1 0.88
Hex C2 FF DB 18 0 E 0 91 64 58
Octal 302 377 333 30 0 16 0 221 144 130
Binary 11000010 11111111 11011011 11000 0 1110 0 10010001 1100100 1011000

Color Harmonies of #C2FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FFDB

Black with #C2FFDB

Text Example


Text Example

White with #C2FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FFDB; }

 p { color: rgb(194,255,219); }

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

background-color css

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

 a { background-color: rgb(194,255,219); }

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

border-color css

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

 span { border-color: rgb(194,255,219); }

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