Html Css Color HEX #A8DCD7 Sinbad

📋 copy color: '#A8DCD7'

red 168 ◦ green 220 ◦ blue 215

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

Shades of Sinbad #A8DCD7

Tints of Sinbad #A8DCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.66%

R = 27.86%
G = 36.48%
B = 35.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#A8DCD7 (or 0xA8DCD7) is known color: Sinbad. HEX triplet: A8, DC and D7. RGB value is (168,220,215). Sum of RGB (Red+Green+Blue) = 168+220+215=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCD7 is #572328. Grayscale: #CBCBCB. Windows color (decimal): -5710633 or 14146728. OLE color: 14146728.

HSL color Cylindrical-coordinate representation of color #A8DCD7: hue angle of 174.23º 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 #A8DCD7 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 215 -
CMYK 0.24 0 0.02 0.14
HSL 174.23º 0.43% 0.76% -
HSV(B) 174.23º 0.24% 0.86% -
XYZ 54.01 64.42 73.88 -
YUV 203.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 168 220 215 0.24 0 0.02 0.14 174.23 0.43 0.76
Hex A8 DC D7 18 0 2 E AE 2B 4C
Octal 250 334 327 30 0 2 16 256 53 114
Binary 10101000 11011100 11010111 11000 0 10 1110 10101110 101011 1001100

Color Harmonies of #A8DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCD7

Black with #A8DCD7

Text Example


Text Example

White with #A8DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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