#ACCDD5

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

Shades of Regent St Blue #ACCDD5

Tints of Regent St Blue #ACCDD5

Color information

#ACCDD5 (or 0xACCDD5) is unknown color: approx Regent St Blue. HEX triplet: AC, CD and D5. RGB value is (172,205,213). Sum of RGB (Red+Green+Blue) = 172+205+213=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACCDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD5 is #53322A. Grayscale: #C3C3C3. Windows color (decimal): -5452331 or 14011820. OLE color: 14011820.

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

Color convert

RGB172205213-
CMYK0.190.0400.16
HSL191.71º32.8%75.49%-
HSV(B)191.71º19.25%83.53%-
XYZ50.8557.2471.32-
YUV196.04137.57110.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=29.15%
G=34.75%
B=36.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722052130.190.0400.16191.7132.875.49
HexACCDD5134010c0214b
Octal25431532523402030041113
Binary10101100110011011101010110011100010000110000001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDD5; }

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

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

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

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

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

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

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

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