#ACCBD5

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

Shades of Regent St Blue #ACCBD5

Tints of Regent St Blue #ACCBD5

Color information

#ACCBD5 (or 0xACCBD5) is unknown color: approx Regent St Blue. HEX triplet: AC, CB and D5. RGB value is (172,203,213). Sum of RGB (Red+Green+Blue) = 172+203+213=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACCBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBD5 is #53342A. Grayscale: #C2C2C2. Windows color (decimal): -5452843 or 14011308. OLE color: 14011308.

HSL color Cylindrical-coordinate representation of color #ACCBD5: hue angle of 194.63º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCBD5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172203213-
CMYK0.190.0500.16
HSL194.63º32.8%75.49%-
HSV(B)194.63º19.25%83.53%-
XYZ50.3856.2971.16-
YUV194.87138.23111.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=29.25%
G=34.52%
B=36.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722032130.190.0500.16194.6332.875.49
HexACCBD5135010c3214b
Octal25431332523502030341113
Binary10101100110010111101010110011101010000110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBD5; }

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

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

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

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

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

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

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

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