Html Css Color HEX #A8DCD6 Sinbad

📋 copy color: '#A8DCD6'

red 168 ◦ green 220 ◦ blue 214

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

Shades of Sinbad #A8DCD6

Tints of Sinbad #A8DCD6

RGB

 RED value IS 168 (66.02% from 255) = 27.91%

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

 BLUE value IS 214 (83.98% from 255) = 35.55%

R = 27.91%
G = 36.54%
B = 35.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#A8DCD6 (or 0xA8DCD6) is known color: Sinbad. HEX triplet: A8, DC and D6. RGB value is (168,220,214). Sum of RGB (Red+Green+Blue) = 168+220+214=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCD6 is #572329. Grayscale: #CBCBCB. Windows color (decimal): -5710634 or 14081192. OLE color: 14081192.

HSL color Cylindrical-coordinate representation of color #A8DCD6: hue angle of 173.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCD6 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 214 -
CMYK 0.24 0 0.03 0.14
HSL 173.08º 0.43% 0.76% -
HSV(B) 173.08º 0.24% 0.86% -
XYZ 53.88 64.37 73.2 -
YUV 203.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 168 220 214 0.24 0 0.03 0.14 173.08 0.43 0.76
Hex A8 DC D6 18 0 3 E AD 2B 4C
Octal 250 334 326 30 0 3 16 255 53 114
Binary 10101000 11011100 11010110 11000 0 11 1110 10101101 101011 1001100

Color Harmonies of #A8DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCD6

Black with #A8DCD6

Text Example


Text Example

White with #A8DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCD6; }

 p { color: rgb(168,220,214); }

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

background-color css

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

 a { background-color: rgb(168,220,214); }

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

border-color css

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

 span { border-color: rgb(168,220,214); }

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