Html Css Color HEX #C8DDD2 Aero Blue

📋 copy color: '#C8DDD2'

red 200 ◦ green 221 ◦ blue 210

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

Shades of Aero Blue #C8DDD2

Tints of Aero Blue #C8DDD2

RGB

 RED value IS 200 (78.52% from 255) = 31.7%

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

 BLUE value IS 210 (82.42% from 255) = 33.28%

R = 31.7%
G = 35.02%
B = 33.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#C8DDD2 (or 0xC8DDD2) is known color: Aero Blue. HEX triplet: C8, DD and D2. RGB value is (200,221,210). Sum of RGB (Red+Green+Blue) = 200+221+210=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDD2 is #37222D. Grayscale: #D5D5D5. Windows color (decimal): -3613230 or 13819336. OLE color: 13819336.

HSL color Cylindrical-coordinate representation of color #C8DDD2: hue angle of 148.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DDD2 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 221 210 -
CMYK 0.10 0 0.05 0.13
HSL 148.57º 0.24% 0.83% -
HSV(B) 148.57º 0.1% 0.87% -
XYZ 61.31 68.65 70.99 -
YUV 213.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 200 221 210 0.10 0 0.05 0.13 148.57 0.24 0.83
Hex C8 DD D2 A 0 5 D 95 18 53
Octal 310 335 322 12 0 5 15 225 30 123
Binary 11001000 11011101 11010010 1010 0 101 1101 10010101 11000 1010011

Color Harmonies of #C8DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDD2

Black with #C8DDD2

Text Example


Text Example

White with #C8DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDD2; }

 p { color: rgb(200,221,210); }

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

background-color css

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

 a { background-color: rgb(200,221,210); }

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

border-color css

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

 span { border-color: rgb(200,221,210); }

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