#ACCED4

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

Shades of Regent St Blue #ACCED4

Tints of Regent St Blue #ACCED4

Color information

#ACCED4 (or 0xACCED4) is unknown color: approx Regent St Blue. HEX triplet: AC, CE and D4. RGB value is (172,206,212). Sum of RGB (Red+Green+Blue) = 172+206+212=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACCED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCED4 is #53312B. Grayscale: #C4C4C4. Windows color (decimal): -5452076 or 13946540. OLE color: 13946540.

HSL color Cylindrical-coordinate representation of color #ACCED4: hue angle of 189º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCED4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172206212-
CMYK0.190.0300.17
HSL189º31.75%75.29%-
HSV(B)189º18.87%83.14%-
XYZ50.9757.6770.73-
YUV196.52136.74110.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=29.15%
G=34.92%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722062120.190.0300.1718931.7575.29
HexACCED4133011bd204b
Octal25431632423302127540113
Binary1010110011001110110101001001111010001101111011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCED4; }

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

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

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

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

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

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

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

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