Html Css Color HEX #A8DAD9 Sinbad

📋 copy color: '#A8DAD9'

red 168 ◦ green 218 ◦ blue 217

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

Shades of Sinbad #A8DAD9

Tints of Sinbad #A8DAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.99%

R = 27.86%
G = 36.15%
B = 35.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#A8DAD9 (or 0xA8DAD9) is known color: Sinbad. HEX triplet: A8, DA and D9. RGB value is (168,218,217). Sum of RGB (Red+Green+Blue) = 168+218+217=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAD9 is #572526. Grayscale: #CACACA. Windows color (decimal): -5711143 or 14277288. OLE color: 14277288.

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

Color convert

RGB 168 218 217 -
CMYK 0.23 0 0.00 0.15
HSL 178.8º 0.4% 0.76% -
HSV(B) 178.8º 0.23% 0.85% -
XYZ 53.74 63.48 75.07 -
YUV 202.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 168 218 217 0.23 0 0.00 0.15 178.8 0.4 0.76
Hex A8 DA D9 17 0 0 F B3 28 4C
Octal 250 332 331 27 0 0 17 263 50 114
Binary 10101000 11011010 11011001 10111 0 0 1111 10110011 101000 1001100

Color Harmonies of #A8DAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAD9

Black with #A8DAD9

Text Example


Text Example

White with #A8DAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAD9; }

 p { color: rgb(168,218,217); }

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

background-color css

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

 a { background-color: rgb(168,218,217); }

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

border-color css

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

 span { border-color: rgb(168,218,217); }

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