Html Css Color HEX #C2DCCD Aero Blue

📋 copy color: '#C2DCCD'

red 194 ◦ green 220 ◦ blue 205

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

Shades of Aero Blue #C2DCCD

Tints of Aero Blue #C2DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.54%

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

R = 31.34%
G = 35.54%
B = 33.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#C2DCCD (or 0xC2DCCD) is known color: Aero Blue. HEX triplet: C2, DC and CD. RGB value is (194,220,205). Sum of RGB (Red+Green+Blue) = 194+220+205=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCCD is #3D2332. Grayscale: #D2D2D2. Windows color (decimal): -4006707 or 13491394. OLE color: 13491394.

HSL color Cylindrical-coordinate representation of color #C2DCCD: hue angle of 145.38º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCCD is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 220 205 -
CMYK 0.12 0 0.07 0.14
HSL 145.38º 0.27% 0.81% -
HSV(B) 145.38º 0.12% 0.86% -
XYZ 58.86 67.06 67.6 -
YUV 210.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 194 220 205 0.12 0 0.07 0.14 145.38 0.27 0.81
Hex C2 DC CD C 0 7 E 91 1B 51
Octal 302 334 315 14 0 7 16 221 33 121
Binary 11000010 11011100 11001101 1100 0 111 1110 10010001 11011 1010001

Color Harmonies of #C2DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCCD

Black with #C2DCCD

Text Example


Text Example

White with #C2DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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