Html Css Color HEX #C2F5DC Aero Blue

📋 copy color: '#C2F5DC'

red 194 ◦ green 245 ◦ blue 220

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

Shades of Aero Blue #C2F5DC

Tints of Aero Blue #C2F5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.18%

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 29.44%
G = 37.18%
B = 33.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#C2F5DC (or 0xC2F5DC) is known color: Aero Blue. HEX triplet: C2, F5 and DC. RGB value is (194,245,220). Sum of RGB (Red+Green+Blue) = 194+245+220=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5DC is #3D0A23. Grayscale: #E2E2E2. Windows color (decimal): -4000292 or 14480834. OLE color: 14480834.

HSL color Cylindrical-coordinate representation of color #C2F5DC: hue angle of 150.59º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F5DC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 245 220 -
CMYK 0.21 0 0.10 0.04
HSL 150.59º 0.72% 0.86% -
HSV(B) 150.59º 0.21% 0.96% -
XYZ 67.82 81.94 79.95 -
YUV 226.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 194 245 220 0.21 0 0.10 0.04 150.59 0.72 0.86
Hex C2 F5 DC 15 0 A 4 97 48 56
Octal 302 365 334 25 0 12 4 227 110 126
Binary 11000010 11110101 11011100 10101 0 1010 100 10010111 1001000 1010110

Color Harmonies of #C2F5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F5DC

Black with #C2F5DC

Text Example


Text Example

White with #C2F5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F5DC; }

 p { color: rgb(194,245,220); }

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

background-color css

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

 a { background-color: rgb(194,245,220); }

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

border-color css

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

 span { border-color: rgb(194,245,220); }

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