Html Css Color HEX #C2D9CE Aero Blue

📋 copy color: '#C2D9CE'

red 194 ◦ green 217 ◦ blue 206

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

Shades of Aero Blue #C2D9CE

Tints of Aero Blue #C2D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.17%

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 31.44%
G = 35.17%
B = 33.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C2D9CE (or 0xC2D9CE) is known color: Aero Blue. HEX triplet: C2, D9 and CE. RGB value is (194,217,206). Sum of RGB (Red+Green+Blue) = 194+217+206=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9CE is #3D2631. Grayscale: #D0D0D0. Windows color (decimal): -4007474 or 13556162. OLE color: 13556162.

HSL color Cylindrical-coordinate representation of color #C2D9CE: hue angle of 151.3º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9CE is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 206 -
CMYK 0.11 0 0.05 0.15
HSL 151.3º 0.23% 0.81% -
HSV(B) 151.3º 0.11% 0.85% -
XYZ 58.2 65.55 67.98 -
YUV 208.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 194 217 206 0.11 0 0.05 0.15 151.3 0.23 0.81
Hex C2 D9 CE B 0 5 F 97 17 51
Octal 302 331 316 13 0 5 17 227 27 121
Binary 11000010 11011001 11001110 1011 0 101 1111 10010111 10111 1010001

Color Harmonies of #C2D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9CE

Black with #C2D9CE

Text Example


Text Example

White with #C2D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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