Html Css Color HEX #ABD8D3 Sinbad

📋 copy color: '#ABD8D3'

red 171 ◦ green 216 ◦ blue 211

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

Shades of Sinbad #ABD8D3

Tints of Sinbad #ABD8D3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.12%

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

R = 28.6%
G = 36.12%
B = 35.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#ABD8D3 (or 0xABD8D3) is known color: Sinbad. HEX triplet: AB, D8 and D3. RGB value is (171,216,211). Sum of RGB (Red+Green+Blue) = 171+216+211=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8D3 is #54272C. Grayscale: #C9C9C9. Windows color (decimal): -5515053 or 13883563. OLE color: 13883563.

HSL color Cylindrical-coordinate representation of color #ABD8D3: hue angle of 173.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD8D3 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 216 211 -
CMYK 0.21 0 0.02 0.15
HSL 173.33º 0.37% 0.76% -
HSV(B) 173.33º 0.21% 0.85% -
XYZ 53.11 62.47 70.89 -
YUV 201.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 171 216 211 0.21 0 0.02 0.15 173.33 0.37 0.76
Hex AB D8 D3 15 0 2 F AD 25 4C
Octal 253 330 323 25 0 2 17 255 45 114
Binary 10101011 11011000 11010011 10101 0 10 1111 10101101 100101 1001100

Color Harmonies of #ABD8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD8D3

Black with #ABD8D3

Text Example


Text Example

White with #ABD8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD8D3; }

 p { color: rgb(171,216,211); }

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

background-color css

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

 a { background-color: rgb(171,216,211); }

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

border-color css

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

 span { border-color: rgb(171,216,211); }

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