Html Css Color HEX #C2D9CC Aero Blue

📋 copy color: '#C2D9CC'

red 194 ◦ green 217 ◦ blue 204

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

Shades of Aero Blue #C2D9CC

Tints of Aero Blue #C2D9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 31.54%
G = 35.28%
B = 33.17%

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

#C2D9CC (or 0xC2D9CC) is known color: Aero Blue. HEX triplet: C2, D9 and CC. RGB value is (194,217,204). Sum of RGB (Red+Green+Blue) = 194+217+204=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9CC is #3D2633. Grayscale: #D0D0D0. Windows color (decimal): -4007476 or 13425090. OLE color: 13425090.

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

Color convert

RGB 194 217 204 -
CMYK 0.11 0 0.06 0.15
HSL 146.09º 0.23% 0.81% -
HSV(B) 146.09º 0.11% 0.85% -
XYZ 57.96 65.45 66.71 -
YUV 208.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 194 217 204 0.11 0 0.06 0.15 146.09 0.23 0.81
Hex C2 D9 CC B 0 6 F 92 17 51
Octal 302 331 314 13 0 6 17 222 27 121
Binary 11000010 11011001 11001100 1011 0 110 1111 10010010 10111 1010001

Color Harmonies of #C2D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9CC

Black with #C2D9CC

Text Example


Text Example

White with #C2D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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