Html Css Color HEX #C2EFD5 Aero Blue

📋 copy color: '#C2EFD5'

red 194 ◦ green 239 ◦ blue 213

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

Shades of Aero Blue #C2EFD5

Tints of Aero Blue #C2EFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.97%

R = 30.03%
G = 37%
B = 32.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#C2EFD5 (or 0xC2EFD5) is known color: Aero Blue. HEX triplet: C2, EF and D5. RGB value is (194,239,213). Sum of RGB (Red+Green+Blue) = 194+239+213=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFD5 is #3D102A. Grayscale: #DEDEDE. Windows color (decimal): -4001835 or 14020546. OLE color: 14020546.

HSL color Cylindrical-coordinate representation of color #C2EFD5: hue angle of 145.33º 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 #C2EFD5 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 213 -
CMYK 0.19 0 0.11 0.06
HSL 145.33º 0.58% 0.85% -
HSV(B) 145.33º 0.19% 0.94% -
XYZ 65.12 78.01 74.58 -
YUV 222.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 194 239 213 0.19 0 0.11 0.06 145.33 0.58 0.85
Hex C2 EF D5 13 0 B 6 91 3A 55
Octal 302 357 325 23 0 13 6 221 72 125
Binary 11000010 11101111 11010101 10011 0 1011 110 10010001 111010 1010101

Color Harmonies of #C2EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EFD5

Black with #C2EFD5

Text Example


Text Example

White with #C2EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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