Html Css Color HEX #A9DAD8 Sinbad

📋 copy color: '#A9DAD8'

red 169 ◦ green 218 ◦ blue 216

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

Shades of Sinbad #A9DAD8

Tints of Sinbad #A9DAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.15%

 BLUE value IS 216 (84.77% from 255) = 35.82%

R = 28.03%
G = 36.15%
B = 35.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#A9DAD8 (or 0xA9DAD8) is known color: Sinbad. HEX triplet: A9, DA and D8. RGB value is (169,218,216). Sum of RGB (Red+Green+Blue) = 169+218+216=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAD8 is #562527. Grayscale: #CBCBCB. Windows color (decimal): -5645608 or 14211753. OLE color: 14211753.

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

Color convert

RGB 169 218 216 -
CMYK 0.22 0 0.01 0.15
HSL 177.55º 0.4% 0.76% -
HSV(B) 177.55º 0.22% 0.85% -
XYZ 53.83 63.54 74.39 -
YUV 203.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 169 218 216 0.22 0 0.01 0.15 177.55 0.4 0.76
Hex A9 DA D8 16 0 1 F B2 28 4C
Octal 251 332 330 26 0 1 17 262 50 114
Binary 10101001 11011010 11011000 10110 0 1 1111 10110010 101000 1001100

Color Harmonies of #A9DAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DAD8

Black with #A9DAD8

Text Example


Text Example

White with #A9DAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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