Html Css Color HEX #ABD1D0 Sinbad

📋 copy color: '#ABD1D0'

red 171 ◦ green 209 ◦ blue 208

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

Shades of Sinbad #ABD1D0

Tints of Sinbad #ABD1D0

RGB

 RED value IS 171 (67.19% from 255) = 29.08%

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

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 29.08%
G = 35.54%
B = 35.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#ABD1D0 (or 0xABD1D0) is known color: Sinbad. HEX triplet: AB, D1 and D0. RGB value is (171,209,208). Sum of RGB (Red+Green+Blue) = 171+209+208=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1D0 is #542E2F. Grayscale: #C5C5C5. Windows color (decimal): -5516848 or 13685163. OLE color: 13685163.

HSL color Cylindrical-coordinate representation of color #ABD1D0: hue angle of 178.42º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD1D0 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 209 208 -
CMYK 0.18 0 0.00 0.18
HSL 178.42º 0.29% 0.75% -
HSV(B) 178.42º 0.18% 0.82% -
XYZ 50.98 58.81 68.34 -
YUV 197.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 171 209 208 0.18 0 0.00 0.18 178.42 0.29 0.75
Hex AB D1 D0 12 0 0 12 B2 1D 4B
Octal 253 321 320 22 0 0 22 262 35 113
Binary 10101011 11010001 11010000 10010 0 0 10010 10110010 11101 1001011

Color Harmonies of #ABD1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD1D0

Black with #ABD1D0

Text Example


Text Example

White with #ABD1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD1D0; }

 p { color: rgb(171,209,208); }

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

background-color css

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

 a { background-color: rgb(171,209,208); }

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

border-color css

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

 span { border-color: rgb(171,209,208); }

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