Html Css Color HEX #ABDEDC Sinbad

📋 copy color: '#ABDEDC'

red 171 ◦ green 222 ◦ blue 220

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

Shades of Sinbad #ABDEDC

Tints of Sinbad #ABDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.22%

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 27.9%
G = 36.22%
B = 35.89%

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

#ABDEDC (or 0xABDEDC) is known color: Sinbad. HEX triplet: AB, DE and DC. RGB value is (171,222,220). Sum of RGB (Red+Green+Blue) = 171+222+220=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEDC is #542123. Grayscale: #CECECE. Windows color (decimal): -5513508 or 14474923. OLE color: 14474923.

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

Color convert

RGB 171 222 220 -
CMYK 0.23 0 0.01 0.13
HSL 177.65º 0.44% 0.77% -
HSV(B) 177.65º 0.23% 0.87% -
XYZ 55.83 66.07 77.52 -
YUV 206.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 171 222 220 0.23 0 0.01 0.13 177.65 0.44 0.77
Hex AB DE DC 17 0 1 D B2 2C 4D
Octal 253 336 334 27 0 1 15 262 54 115
Binary 10101011 11011110 11011100 10111 0 1 1101 10110010 101100 1001101

Color Harmonies of #ABDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEDC

Black with #ABDEDC

Text Example


Text Example

White with #ABDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEDC; }

 p { color: rgb(171,222,220); }

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

background-color css

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

 a { background-color: rgb(171,222,220); }

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

border-color css

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

 span { border-color: rgb(171,222,220); }

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