Html Css Color HEX #ABDBCB Scandal

📋 copy color: '#ABDBCB'

red 171 ◦ green 219 ◦ blue 203

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

Shades of Scandal #ABDBCB

Tints of Scandal #ABDBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.93%

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 28.84%
G = 36.93%
B = 34.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#ABDBCB (or 0xABDBCB) is known color: Scandal. HEX triplet: AB, DB and CB. RGB value is (171,219,203). Sum of RGB (Red+Green+Blue) = 171+219+203=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBCB is #542434. Grayscale: #CACACA. Windows color (decimal): -5514293 or 13360043. OLE color: 13360043.

HSL color Cylindrical-coordinate representation of color #ABDBCB: hue angle of 160º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBCB is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 219 203 -
CMYK 0.22 0 0.07 0.14
HSL 160º 0.4% 0.76% -
HSV(B) 160º 0.22% 0.86% -
XYZ 52.91 63.63 65.99 -
YUV 202.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 171 219 203 0.22 0 0.07 0.14 160 0.4 0.76
Hex AB DB CB 16 0 7 E A0 28 4C
Octal 253 333 313 26 0 7 16 240 50 114
Binary 10101011 11011011 11001011 10110 0 111 1110 10100000 101000 1001100

Color Harmonies of #ABDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBCB

Black with #ABDBCB

Text Example


Text Example

White with #ABDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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