Html Css Color HEX #C8DBD0 Aero Blue

📋 copy color: '#C8DBD0'

red 200 ◦ green 219 ◦ blue 208

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

Shades of Aero Blue #C8DBD0

Tints of Aero Blue #C8DBD0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.93%

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

R = 31.9%
G = 34.93%
B = 33.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#C8DBD0 (or 0xC8DBD0) is known color: Aero Blue. HEX triplet: C8, DB and D0. RGB value is (200,219,208). Sum of RGB (Red+Green+Blue) = 200+219+208=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBD0 is #37242F. Grayscale: #D4D4D4. Windows color (decimal): -3613744 or 13687752. OLE color: 13687752.

HSL color Cylindrical-coordinate representation of color #C8DBD0: hue angle of 145.26º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DBD0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 219 208 -
CMYK 0.09 0 0.05 0.14
HSL 145.26º 0.21% 0.82% -
HSV(B) 145.26º 0.09% 0.86% -
XYZ 60.54 67.5 69.51 -
YUV 212.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 200 219 208 0.09 0 0.05 0.14 145.26 0.21 0.82
Hex C8 DB D0 9 0 5 E 91 15 52
Octal 310 333 320 11 0 5 16 221 25 122
Binary 11001000 11011011 11010000 1001 0 101 1110 10010001 10101 1010010

Color Harmonies of #C8DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBD0

Black with #C8DBD0

Text Example


Text Example

White with #C8DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBD0; }

 p { color: rgb(200,219,208); }

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

background-color css

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

 a { background-color: rgb(200,219,208); }

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

border-color css

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

 span { border-color: rgb(200,219,208); }

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