#ACCBD1

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

Shades of Regent St Blue #ACCBD1

Tints of Regent St Blue #ACCBD1

Color information

#ACCBD1 (or 0xACCBD1) is unknown color: approx Regent St Blue. HEX triplet: AC, CB and D1. RGB value is (172,203,209). Sum of RGB (Red+Green+Blue) = 172+203+209=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACCBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD1 is #53342E. Grayscale: #C2C2C2. Windows color (decimal): -5452847 or 13749164. OLE color: 13749164.

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

Color convert

RGB172203209-
CMYK0.180.0300.18
HSL189.73º28.68%74.71%-
HSV(B)189.73º17.7%81.96%-
XYZ49.8856.0968.52-
YUV194.42136.23112.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=29.45%
G=34.76%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722032090.180.0300.18189.7328.6874.71
HexACCBD1123012be1d4b
Octal25431332122302227635113
Binary101011001100101111010001100101101001010111110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBD1; }

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

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

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

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

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

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

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

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