Html Css Color HEX #A9D1CA Sinbad

📋 copy color: '#A9D1CA'

red 169 ◦ green 209 ◦ blue 202

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

Shades of Sinbad #A9D1CA

Tints of Sinbad #A9D1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.03%

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 29.14%
G = 36.03%
B = 34.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#A9D1CA (or 0xA9D1CA) is known color: Sinbad. HEX triplet: A9, D1 and CA. RGB value is (169,209,202). Sum of RGB (Red+Green+Blue) = 169+209+202=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D1CA is #562E35. Grayscale: #C4C4C4. Windows color (decimal): -5647926 or 13291945. OLE color: 13291945.

HSL color Cylindrical-coordinate representation of color #A9D1CA: hue angle of 169.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9D1CA is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 209 202 -
CMYK 0.19 0 0.03 0.18
HSL 169.5º 0.3% 0.74% -
HSV(B) 169.5º 0.19% 0.82% -
XYZ 49.82 58.3 64.5 -
YUV 196.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 169 209 202 0.19 0 0.03 0.18 169.5 0.3 0.74
Hex A9 D1 CA 13 0 3 12 AA 1E 4A
Octal 251 321 312 23 0 3 22 252 36 112
Binary 10101001 11010001 11001010 10011 0 11 10010 10101010 11110 1001010

Color Harmonies of #A9D1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D1CA

Black with #A9D1CA

Text Example


Text Example

White with #A9D1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D1CA; }

 p { color: rgb(169,209,202); }

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

background-color css

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

 a { background-color: rgb(169,209,202); }

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

border-color css

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

 span { border-color: rgb(169,209,202); }

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