Html Css Color HEX #C2DDCD Aero Blue

📋 copy color: '#C2DDCD'

red 194 ◦ green 221 ◦ blue 205

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

Shades of Aero Blue #C2DDCD

Tints of Aero Blue #C2DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.65%

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

R = 31.29%
G = 35.65%
B = 33.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#C2DDCD (or 0xC2DDCD) is known color: Aero Blue. HEX triplet: C2, DD and CD. RGB value is (194,221,205). Sum of RGB (Red+Green+Blue) = 194+221+205=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCD is #3D2232. Grayscale: #D3D3D3. Windows color (decimal): -4006451 or 13491650. OLE color: 13491650.

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

Color convert

RGB 194 221 205 -
CMYK 0.12 0 0.07 0.13
HSL 144.44º 0.28% 0.81% -
HSV(B) 144.44º 0.12% 0.87% -
XYZ 59.12 67.59 67.69 -
YUV 211.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 194 221 205 0.12 0 0.07 0.13 144.44 0.28 0.81
Hex C2 DD CD C 0 7 D 90 1C 51
Octal 302 335 315 14 0 7 15 220 34 121
Binary 11000010 11011101 11001101 1100 0 111 1101 10010000 11100 1010001

Color Harmonies of #C2DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDCD

Black with #C2DDCD

Text Example


Text Example

White with #C2DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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