#ACCBD7

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

Shades of Regent St Blue #ACCBD7

Tints of Regent St Blue #ACCBD7

Color information

#ACCBD7 (or 0xACCBD7) is unknown color: approx Regent St Blue. HEX triplet: AC, CB and D7. RGB value is (172,203,215). Sum of RGB (Red+Green+Blue) = 172+203+215=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACCBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD7 is #533428. Grayscale: #C3C3C3. Windows color (decimal): -5452841 or 14142380. OLE color: 14142380.

HSL color Cylindrical-coordinate representation of color #ACCBD7: hue angle of 196.74º 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 #ACCBD7 is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172203215-
CMYK0.20.0600.16
HSL196.74º34.96%75.88%-
HSV(B)196.74º20%84.31%-
XYZ50.6356.3972.51-
YUV195.1139.23111.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=29.15%
G=34.41%
B=36.44%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722032150.20.0600.16196.7434.9675.88
HexACCBD7146010c5234c
Octal25431332724602030543114
Binary10101100110010111101011110100110010000110001011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBD7; }

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

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

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

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

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

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

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

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