#ACCED5

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

Shades of Regent St Blue #ACCED5

Tints of Regent St Blue #ACCED5

Color information

#ACCED5 (or 0xACCED5) is unknown color: approx Regent St Blue. HEX triplet: AC, CE and D5. RGB value is (172,206,213). Sum of RGB (Red+Green+Blue) = 172+206+213=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCED5 is #53312A. Grayscale: #C4C4C4. Windows color (decimal): -5452075 or 14012076. OLE color: 14012076.

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

Color convert

RGB172206213-
CMYK0.190.0300.16
HSL190.24º32.8%75.49%-
HSV(B)190.24º19.25%83.53%-
XYZ51.0957.7271.4-
YUV196.63137.24110.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=29.10%
G=34.86%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722062130.190.0300.16190.2432.875.49
HexACCED5133010be214b
Octal25431632523302027641113
Binary1010110011001110110101011001111010000101111101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCED5; }

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

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

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

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

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

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

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

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