Html Css Color HEX #C2DDD0 Aero Blue

📋 copy color: '#C2DDD0'

red 194 ◦ green 221 ◦ blue 208

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

Shades of Aero Blue #C2DDD0

Tints of Aero Blue #C2DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.39%

R = 31.14%
G = 35.47%
B = 33.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#C2DDD0 (or 0xC2DDD0) is known color: Aero Blue. HEX triplet: C2, DD and D0. RGB value is (194,221,208). Sum of RGB (Red+Green+Blue) = 194+221+208=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDD0 is #3D222F. Grayscale: #D3D3D3. Windows color (decimal): -4006448 or 13688258. OLE color: 13688258.

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

Color convert

RGB 194 221 208 -
CMYK 0.12 0 0.06 0.13
HSL 151.11º 0.28% 0.81% -
HSV(B) 151.11º 0.12% 0.87% -
XYZ 59.49 67.74 69.61 -
YUV 211.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 194 221 208 0.12 0 0.06 0.13 151.11 0.28 0.81
Hex C2 DD D0 C 0 6 D 97 1C 51
Octal 302 335 320 14 0 6 15 227 34 121
Binary 11000010 11011101 11010000 1100 0 110 1101 10010111 11100 1010001

Color Harmonies of #C2DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDD0

Black with #C2DDD0

Text Example


Text Example

White with #C2DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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