Html Css Color HEX #C2D9CD Aero Blue

📋 copy color: '#C2D9CD'

red 194 ◦ green 217 ◦ blue 205

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

Shades of Aero Blue #C2D9CD

Tints of Aero Blue #C2D9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 31.49%
G = 35.23%
B = 33.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C2D9CD (or 0xC2D9CD) is known color: Aero Blue. HEX triplet: C2, D9 and CD. RGB value is (194,217,205). Sum of RGB (Red+Green+Blue) = 194+217+205=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9CD is #3D2632. Grayscale: #D0D0D0. Windows color (decimal): -4007475 or 13490626. OLE color: 13490626.

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

Color convert

RGB 194 217 205 -
CMYK 0.11 0 0.06 0.15
HSL 148.7º 0.23% 0.81% -
HSV(B) 148.7º 0.11% 0.85% -
XYZ 58.08 65.5 67.34 -
YUV 208.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 194 217 205 0.11 0 0.06 0.15 148.7 0.23 0.81
Hex C2 D9 CD B 0 6 F 95 17 51
Octal 302 331 315 13 0 6 17 225 27 121
Binary 11000010 11011001 11001101 1011 0 110 1111 10010101 10111 1010001

Color Harmonies of #C2D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9CD

Black with #C2D9CD

Text Example


Text Example

White with #C2D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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