Html Css Color HEX #C2EFDA Aero Blue

📋 copy color: '#C2EFDA'

red 194 ◦ green 239 ◦ blue 218

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

Shades of Aero Blue #C2EFDA

Tints of Aero Blue #C2EFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.71%

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

R = 29.8%
G = 36.71%
B = 33.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#C2EFDA (or 0xC2EFDA) is known color: Aero Blue. HEX triplet: C2, EF and DA. RGB value is (194,239,218). Sum of RGB (Red+Green+Blue) = 194+239+218=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFDA is #3D1025. Grayscale: #DFDFDF. Windows color (decimal): -4001830 or 14348226. OLE color: 14348226.

HSL color Cylindrical-coordinate representation of color #C2EFDA: hue angle of 152º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EFDA is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 218 -
CMYK 0.19 0 0.09 0.06
HSL 152º 0.58% 0.85% -
HSV(B) 152º 0.19% 0.94% -
XYZ 65.77 78.26 77.97 -
YUV 223.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 194 239 218 0.19 0 0.09 0.06 152 0.58 0.85
Hex C2 EF DA 13 0 9 6 98 3A 55
Octal 302 357 332 23 0 11 6 230 72 125
Binary 11000010 11101111 11011010 10011 0 1001 110 10011000 111010 1010101

Color Harmonies of #C2EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFDA

Black with #C2EFDA

Text Example


Text Example

White with #C2EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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