Html Css Color HEX #ACD8CB Scandal

📋 copy color: '#ACD8CB'

red 172 ◦ green 216 ◦ blue 203

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

Shades of Scandal #ACD8CB

Tints of Scandal #ACD8CB

RGB

 RED value IS 172 (67.58% from 255) = 29.1%

 GREEN value IS 216 (84.77% from 255) = 36.55%

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

R = 29.1%
G = 36.55%
B = 34.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#ACD8CB (or 0xACD8CB) is known color: Scandal. HEX triplet: AC, D8 and CB. RGB value is (172,216,203). Sum of RGB (Red+Green+Blue) = 172+216+203=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8CB is #532734. Grayscale: #C9C9C9. Windows color (decimal): -5449525 or 13359276. OLE color: 13359276.

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

Color convert

RGB 172 216 203 -
CMYK 0.20 0 0.06 0.15
HSL 162.27º 0.36% 0.76% -
HSV(B) 162.27º 0.2% 0.85% -
XYZ 52.35 62.19 65.75 -
YUV 201.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 172 216 203 0.20 0 0.06 0.15 162.27 0.36 0.76
Hex AC D8 CB 14 0 6 F A2 24 4C
Octal 254 330 313 24 0 6 17 242 44 114
Binary 10101100 11011000 11001011 10100 0 110 1111 10100010 100100 1001100

Color Harmonies of #ACD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8CB

Black with #ACD8CB

Text Example


Text Example

White with #ACD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8CB; }

 p { color: rgb(172,216,203); }

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

background-color css

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

 a { background-color: rgb(172,216,203); }

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

border-color css

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

 span { border-color: rgb(172,216,203); }

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