Html Css Color HEX #A9D4D3 Sinbad

📋 copy color: '#A9D4D3'

red 169 ◦ green 212 ◦ blue 211

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

Shades of Sinbad #A9D4D3

Tints of Sinbad #A9D4D3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.81%

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 28.55%
G = 35.81%
B = 35.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#A9D4D3 (or 0xA9D4D3) is known color: Sinbad. HEX triplet: A9, D4 and D3. RGB value is (169,212,211). Sum of RGB (Red+Green+Blue) = 169+212+211=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D4D3 is #562B2C. Grayscale: #C6C6C6. Windows color (decimal): -5647149 or 13882537. OLE color: 13882537.

HSL color Cylindrical-coordinate representation of color #A9D4D3: hue angle of 178.6º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D4D3 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 212 211 -
CMYK 0.20 0 0.00 0.17
HSL 178.6º 0.33% 0.75% -
HSV(B) 178.6º 0.2% 0.83% -
XYZ 51.66 60.23 70.53 -
YUV 199.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 169 212 211 0.20 0 0.00 0.17 178.6 0.33 0.75
Hex A9 D4 D3 14 0 0 11 B3 21 4B
Octal 251 324 323 24 0 0 21 263 41 113
Binary 10101001 11010100 11010011 10100 0 0 10001 10110011 100001 1001011

Color Harmonies of #A9D4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D4D3

Black with #A9D4D3

Text Example


Text Example

White with #A9D4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D4D3; }

 p { color: rgb(169,212,211); }

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

background-color css

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

 a { background-color: rgb(169,212,211); }

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

border-color css

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

 span { border-color: rgb(169,212,211); }

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