#ACD0D7

Color #ACD0D7 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #ACD0D7

Tints of Regent St Blue #ACD0D7

Color information

#ACD0D7 (or 0xACD0D7) is unknown color: approx Regent St Blue. HEX triplet: AC, D0 and D7. RGB value is (172,208,215). Sum of RGB (Red+Green+Blue) = 172+208+215=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACD0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0D7 is #532F28. Grayscale: #C5C5C5. Windows color (decimal): -5451561 or 14143660. OLE color: 14143660.

HSL color Cylindrical-coordinate representation of color #ACD0D7: hue angle of 189.77º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD0D7 is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172208215-
CMYK0.20.0300.16
HSL189.77º34.96%75.88%-
HSV(B)189.77º20%84.31%-
XYZ51.8358.7972.91-
YUV198.03137.57109.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=28.91%
G=34.96%
B=36.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722082150.20.0300.16189.7734.9675.88
HexACD0D7143010be234c
Octal25432032724302027643114
Binary1010110011010000110101111010011010000101111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0D7; }

 p { color: rgb(172,208,215); }

 H1.HeaderClassName
 {
   color: #ACD0D7;
 }
 .AnyTagClassName
 {
   color: #ACD0D7;
 }
</style>
background-color css

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

 a { background-color: rgb(172,208,215); }

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

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

 span { border-color: rgb(172,208,215); }

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