#ACCBD0

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

Shades of Regent St Blue #ACCBD0

Tints of Regent St Blue #ACCBD0

Color information

#ACCBD0 (or 0xACCBD0) is unknown color: approx Regent St Blue. HEX triplet: AC, CB and D0. RGB value is (172,203,208). Sum of RGB (Red+Green+Blue) = 172+203+208=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACCBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD0 is #53342F. Grayscale: #C2C2C2. Windows color (decimal): -5452848 or 13683628. OLE color: 13683628.

HSL color Cylindrical-coordinate representation of color #ACCBD0: hue angle of 188.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCBD0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172203208-
CMYK0.170.0200.18
HSL188.33º27.69%74.51%-
HSV(B)188.33º17.31%81.57%-
XYZ49.7556.0467.87-
YUV194.3135.73112.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=29.50%
G=34.82%
B=35.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722032080.170.0200.18188.3327.6974.51
HexACCBD0112012bc1c4b
Octal25431332021202227434113
Binary101011001100101111010000100011001001010111100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBD0; }

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

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

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

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

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

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

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

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