Html Css Color HEX #A9DCD8 Sinbad

📋 copy color: '#A9DCD8'

red 169 ◦ green 220 ◦ blue 216

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

Shades of Sinbad #A9DCD8

Tints of Sinbad #A9DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

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

R = 27.93%
G = 36.36%
B = 35.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#A9DCD8 (or 0xA9DCD8) is known color: Sinbad. HEX triplet: A9, DC and D8. RGB value is (169,220,216). Sum of RGB (Red+Green+Blue) = 169+220+216=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD8 is #562327. Grayscale: #CCCCCC. Windows color (decimal): -5645096 or 14212265. OLE color: 14212265.

HSL color Cylindrical-coordinate representation of color #A9DCD8: hue angle of 175.29º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCD8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 216 -
CMYK 0.23 0 0.02 0.14
HSL 175.29º 0.42% 0.76% -
HSV(B) 175.29º 0.23% 0.86% -
XYZ 54.35 64.58 74.57 -
YUV 204.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 169 220 216 0.23 0 0.02 0.14 175.29 0.42 0.76
Hex A9 DC D8 17 0 2 E AF 2A 4C
Octal 251 334 330 27 0 2 16 257 52 114
Binary 10101001 11011100 11011000 10111 0 10 1110 10101111 101010 1001100

Color Harmonies of #A9DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCD8

Black with #A9DCD8

Text Example


Text Example

White with #A9DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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