#ACCED7

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

Shades of Regent St Blue #ACCED7

Tints of Regent St Blue #ACCED7

Color information

#ACCED7 (or 0xACCED7) is unknown color: approx Regent St Blue. HEX triplet: AC, CE and D7. RGB value is (172,206,215). Sum of RGB (Red+Green+Blue) = 172+206+215=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCED7 is #533128. Grayscale: #C4C4C4. Windows color (decimal): -5452073 or 14143148. OLE color: 14143148.

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

Color convert

RGB172206215-
CMYK0.20.0400.16
HSL192.56º34.96%75.88%-
HSV(B)192.56º20%84.31%-
XYZ51.3557.8272.74-
YUV196.86138.24110.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=29.01%
G=34.74%
B=36.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722062150.20.0400.16192.5634.9675.88
HexACCED7144010c1234c
Octal25431632724402030143114
Binary10101100110011101101011110100100010000110000011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCED7; }

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

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

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

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

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

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

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

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