Html Css Color HEX #ABDDDB Sinbad

📋 copy color: '#ABDDDB'

red 171 ◦ green 221 ◦ blue 219

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

Shades of Sinbad #ABDDDB

Tints of Sinbad #ABDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.17%

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 27.99%
G = 36.17%
B = 35.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#ABDDDB (or 0xABDDDB) is known color: Sinbad. HEX triplet: AB, DD and DB. RGB value is (171,221,219). Sum of RGB (Red+Green+Blue) = 171+221+219=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDDB is #542224. Grayscale: #CDCDCD. Windows color (decimal): -5513765 or 14409131. OLE color: 14409131.

HSL color Cylindrical-coordinate representation of color #ABDDDB: hue angle of 177.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDDB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 219 -
CMYK 0.23 0 0.01 0.13
HSL 177.6º 0.42% 0.77% -
HSV(B) 177.6º 0.23% 0.87% -
XYZ 55.44 65.49 76.74 -
YUV 205.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 171 221 219 0.23 0 0.01 0.13 177.6 0.42 0.77
Hex AB DD DB 17 0 1 D B2 2A 4D
Octal 253 335 333 27 0 1 15 262 52 115
Binary 10101011 11011101 11011011 10111 0 1 1101 10110010 101010 1001101

Color Harmonies of #ABDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDDB

Black with #ABDDDB

Text Example


Text Example

White with #ABDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDDB; }

 p { color: rgb(171,221,219); }

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

background-color css

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

 a { background-color: rgb(171,221,219); }

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

border-color css

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

 span { border-color: rgb(171,221,219); }

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