Html Css Color HEX #A8DAD8 Sinbad

📋 copy color: '#A8DAD8'

red 168 ◦ green 218 ◦ blue 216

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

Shades of Sinbad #A8DAD8

Tints of Sinbad #A8DAD8

RGB

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

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

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

R = 27.91%
G = 36.21%
B = 35.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#A8DAD8 (or 0xA8DAD8) is known color: Sinbad. HEX triplet: A8, DA and D8. RGB value is (168,218,216). Sum of RGB (Red+Green+Blue) = 168+218+216=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAD8 is #572527. Grayscale: #CACACA. Windows color (decimal): -5711144 or 14211752. OLE color: 14211752.

HSL color Cylindrical-coordinate representation of color #A8DAD8: hue angle of 177.6º 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 #A8DAD8 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 216 -
CMYK 0.23 0 0.01 0.15
HSL 177.6º 0.4% 0.76% -
HSV(B) 177.6º 0.23% 0.85% -
XYZ 53.61 63.43 74.38 -
YUV 202.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 168 218 216 0.23 0 0.01 0.15 177.6 0.4 0.76
Hex A8 DA D8 17 0 1 F B2 28 4C
Octal 250 332 330 27 0 1 17 262 50 114
Binary 10101000 11011010 11011000 10111 0 1 1111 10110010 101000 1001100

Color Harmonies of #A8DAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAD8

Black with #A8DAD8

Text Example


Text Example

White with #A8DAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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