Html Css Color HEX #C8DCD2 Aero Blue

📋 copy color: '#C8DCD2'

red 200 ◦ green 220 ◦ blue 210

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

Shades of Aero Blue #C8DCD2

Tints of Aero Blue #C8DCD2

RGB

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

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

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

R = 31.75%
G = 34.92%
B = 33.33%

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

#C8DCD2 (or 0xC8DCD2) is known color: Aero Blue. HEX triplet: C8, DC and D2. RGB value is (200,220,210). Sum of RGB (Red+Green+Blue) = 200+220+210=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCD2 is #37232D. Grayscale: #D4D4D4. Windows color (decimal): -3613486 or 13819080. OLE color: 13819080.

HSL color Cylindrical-coordinate representation of color #C8DCD2: hue angle of 150º degrees, saturation: 0.22, 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 #C8DCD2 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 210 -
CMYK 0.09 0 0.05 0.14
HSL 150º 0.22% 0.82% -
HSV(B) 150º 0.09% 0.86% -
XYZ 61.05 68.12 70.9 -
YUV 212.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 200 220 210 0.09 0 0.05 0.14 150 0.22 0.82
Hex C8 DC D2 9 0 5 E 96 16 52
Octal 310 334 322 11 0 5 16 226 26 122
Binary 11001000 11011100 11010010 1001 0 101 1110 10010110 10110 1010010

Color Harmonies of #C8DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCD2

Black with #C8DCD2

Text Example


Text Example

White with #C8DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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