Html Css Color HEX #A9D8D7 Sinbad

📋 copy color: '#A9D8D7'

red 169 ◦ green 216 ◦ blue 215

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

Shades of Sinbad #A9D8D7

Tints of Sinbad #A9D8D7

RGB

 RED value IS 169 (66.41% from 255) = 28.17%

 GREEN value IS 216 (84.77% from 255) = 36%

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

R = 28.17%
G = 36%
B = 35.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#A9D8D7 (or 0xA9D8D7) is known color: Sinbad. HEX triplet: A9, D8 and D7. RGB value is (169,216,215). Sum of RGB (Red+Green+Blue) = 169+216+215=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D8D7 is #562728. Grayscale: #C9C9C9. Windows color (decimal): -5646121 or 14145705. OLE color: 14145705.

HSL color Cylindrical-coordinate representation of color #A9D8D7: hue angle of 178.72º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D8D7 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 216 215 -
CMYK 0.22 0 0.00 0.15
HSL 178.72º 0.38% 0.75% -
HSV(B) 178.72º 0.22% 0.85% -
XYZ 53.18 62.45 73.54 -
YUV 201.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 169 216 215 0.22 0 0.00 0.15 178.72 0.38 0.75
Hex A9 D8 D7 16 0 0 F B3 26 4B
Octal 251 330 327 26 0 0 17 263 46 113
Binary 10101001 11011000 11010111 10110 0 0 1111 10110011 100110 1001011

Color Harmonies of #A9D8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D8D7

Black with #A9D8D7

Text Example


Text Example

White with #A9D8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D8D7; }

 p { color: rgb(169,216,215); }

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

background-color css

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

 a { background-color: rgb(169,216,215); }

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

border-color css

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

 span { border-color: rgb(169,216,215); }

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