Html Css Color HEX #C2F1D9 Aero Blue

📋 copy color: '#C2F1D9'

red 194 ◦ green 241 ◦ blue 217

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

Shades of Aero Blue #C2F1D9

Tints of Aero Blue #C2F1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.96%

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 29.75%
G = 36.96%
B = 33.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#C2F1D9 (or 0xC2F1D9) is known color: Aero Blue. HEX triplet: C2, F1 and D9. RGB value is (194,241,217). Sum of RGB (Red+Green+Blue) = 194+241+217=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F1D9 is #3D0E26. Grayscale: #E0E0E0. Windows color (decimal): -4001319 or 14283202. OLE color: 14283202.

HSL color Cylindrical-coordinate representation of color #C2F1D9: hue angle of 149.36º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F1D9 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 217 -
CMYK 0.20 0 0.10 0.05
HSL 149.36º 0.63% 0.85% -
HSV(B) 149.36º 0.2% 0.95% -
XYZ 66.23 79.39 77.48 -
YUV 224.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 194 241 217 0.20 0 0.10 0.05 149.36 0.63 0.85
Hex C2 F1 D9 14 0 A 5 95 3F 55
Octal 302 361 331 24 0 12 5 225 77 125
Binary 11000010 11110001 11011001 10100 0 1010 101 10010101 111111 1010101

Color Harmonies of #C2F1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F1D9

Black with #C2F1D9

Text Example


Text Example

White with #C2F1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F1D9; }

 p { color: rgb(194,241,217); }

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

background-color css

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

 a { background-color: rgb(194,241,217); }

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

border-color css

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

 span { border-color: rgb(194,241,217); }

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