Html Css Color HEX #ABDACE Scandal

📋 copy color: '#ABDACE'

red 171 ◦ green 218 ◦ blue 206

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

Shades of Scandal #ABDACE

Tints of Scandal #ABDACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.64%

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 28.74%
G = 36.64%
B = 34.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#ABDACE (or 0xABDACE) is known color: Scandal. HEX triplet: AB, DA and CE. RGB value is (171,218,206). Sum of RGB (Red+Green+Blue) = 171+218+206=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDACE is #542531. Grayscale: #CACACA. Windows color (decimal): -5514546 or 13556395. OLE color: 13556395.

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

Color convert

RGB 171 218 206 -
CMYK 0.22 0 0.06 0.15
HSL 164.68º 0.39% 0.76% -
HSV(B) 164.68º 0.22% 0.85% -
XYZ 53.01 63.26 67.81 -
YUV 202.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 171 218 206 0.22 0 0.06 0.15 164.68 0.39 0.76
Hex AB DA CE 16 0 6 F A5 27 4C
Octal 253 332 316 26 0 6 17 245 47 114
Binary 10101011 11011010 11001110 10110 0 110 1111 10100101 100111 1001100

Color Harmonies of #ABDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDACE

Black with #ABDACE

Text Example


Text Example

White with #ABDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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