Html Css Color HEX #ACC7DB Spindle

📋 copy color: '#ACC7DB'

red 172 ◦ green 199 ◦ blue 219

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

Shades of Spindle #ACC7DB

Tints of Spindle #ACC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.73%

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 29.15%
G = 33.73%
B = 37.12%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACC7DB (or 0xACC7DB) is known color: Spindle. HEX triplet: AC, C7 and DB. RGB value is (172,199,219). Sum of RGB (Red+Green+Blue) = 172+199+219=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7DB is #533824. Grayscale: #C1C1C1. Windows color (decimal): -5453861 or 14403500. OLE color: 14403500.

HSL color Cylindrical-coordinate representation of color #ACC7DB: hue angle of 205.53º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC7DB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 199 219 -
CMYK 0.21 0.09 0 0.14
HSL 205.53º 0.39% 0.77% -
HSV(B) 205.53º 0.21% 0.86% -
XYZ 50.22 54.73 74.94 -
YUV 193.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 172 199 219 0.21 0.09 0 0.14 205.53 0.39 0.77
Hex AC C7 DB 15 9 0 E CE 27 4D
Octal 254 307 333 25 11 0 16 316 47 115
Binary 10101100 11000111 11011011 10101 1001 0 1110 11001110 100111 1001101

Color Harmonies of #ACC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7DB

Black with #ACC7DB

Text Example


Text Example

White with #ACC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7DB; }

 p { color: rgb(172,199,219); }

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

background-color css

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

 a { background-color: rgb(172,199,219); }

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

border-color css

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

 span { border-color: rgb(172,199,219); }

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