Html Css Color HEX #ABDDDA Sinbad

📋 copy color: '#ABDDDA'

red 171 ◦ green 221 ◦ blue 218

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

Shades of Sinbad #ABDDDA

Tints of Sinbad #ABDDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 28.03%
G = 36.23%
B = 35.74%

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

#ABDDDA (or 0xABDDDA) is known color: Sinbad. HEX triplet: AB, DD and DA. RGB value is (171,221,218). Sum of RGB (Red+Green+Blue) = 171+221+218=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDDA is #542225. Grayscale: #CDCDCD. Windows color (decimal): -5513766 or 14343595. OLE color: 14343595.

HSL color Cylindrical-coordinate representation of color #ABDDDA: hue angle of 176.4º 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 #ABDDDA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 218 -
CMYK 0.23 0 0.01 0.13
HSL 176.4º 0.42% 0.77% -
HSV(B) 176.4º 0.23% 0.87% -
XYZ 55.31 65.43 76.04 -
YUV 205.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 171 221 218 0.23 0 0.01 0.13 176.4 0.42 0.77
Hex AB DD DA 17 0 1 D B0 2A 4D
Octal 253 335 332 27 0 1 15 260 52 115
Binary 10101011 11011101 11011010 10111 0 1 1101 10110000 101010 1001101

Color Harmonies of #ABDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDDA

Black with #ABDDDA

Text Example


Text Example

White with #ABDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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