Html Css Color HEX #A8DED9 Sinbad

📋 copy color: '#A8DED9'

red 168 ◦ green 222 ◦ blue 217

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

Shades of Sinbad #A8DED9

Tints of Sinbad #A8DED9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.57%

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

R = 27.68%
G = 36.57%
B = 35.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#A8DED9 (or 0xA8DED9) is known color: Sinbad. HEX triplet: A8, DE and D9. RGB value is (168,222,217). Sum of RGB (Red+Green+Blue) = 168+222+217=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DED9 is #572126. Grayscale: #CDCDCD. Windows color (decimal): -5710119 or 14278312. OLE color: 14278312.

HSL color Cylindrical-coordinate representation of color #A8DED9: hue angle of 174.44º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DED9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 217 -
CMYK 0.24 0 0.02 0.13
HSL 174.44º 0.45% 0.76% -
HSV(B) 174.44º 0.24% 0.87% -
XYZ 54.79 65.58 75.42 -
YUV 205.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 168 222 217 0.24 0 0.02 0.13 174.44 0.45 0.76
Hex A8 DE D9 18 0 2 D AE 2D 4C
Octal 250 336 331 30 0 2 15 256 55 114
Binary 10101000 11011110 11011001 11000 0 10 1101 10101110 101101 1001100

Color Harmonies of #A8DED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DED9

Black with #A8DED9

Text Example


Text Example

White with #A8DED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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