Html Css Color HEX #A8DDD9 Sinbad

📋 copy color: '#A8DDD9'

red 168 ◦ green 221 ◦ blue 217

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

Shades of Sinbad #A8DDD9

Tints of Sinbad #A8DDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.47%

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

R = 27.72%
G = 36.47%
B = 35.81%

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

#A8DDD9 (or 0xA8DDD9) is known color: Sinbad. HEX triplet: A8, DD and D9. RGB value is (168,221,217). Sum of RGB (Red+Green+Blue) = 168+221+217=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDD9 is #572226. Grayscale: #CCCCCC. Windows color (decimal): -5710375 or 14278056. OLE color: 14278056.

HSL color Cylindrical-coordinate representation of color #A8DDD9: hue angle of 175.47º degrees, saturation: 0.44, 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 #A8DDD9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 217 -
CMYK 0.24 0 0.02 0.13
HSL 175.47º 0.44% 0.76% -
HSV(B) 175.47º 0.24% 0.87% -
XYZ 54.53 65.05 75.33 -
YUV 204.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 168 221 217 0.24 0 0.02 0.13 175.47 0.44 0.76
Hex A8 DD D9 18 0 2 D AF 2C 4C
Octal 250 335 331 30 0 2 15 257 54 114
Binary 10101000 11011101 11011001 11000 0 10 1101 10101111 101100 1001100

Color Harmonies of #A8DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDD9

Black with #A8DDD9

Text Example


Text Example

White with #A8DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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