#ACCDD7

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

Shades of Regent St Blue #ACCDD7

Tints of Regent St Blue #ACCDD7

Color information

#ACCDD7 (or 0xACCDD7) is unknown color: approx Regent St Blue. HEX triplet: AC, CD and D7. RGB value is (172,205,215). Sum of RGB (Red+Green+Blue) = 172+205+215=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACCDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD7 is #533228. Grayscale: #C4C4C4. Windows color (decimal): -5452329 or 14142892. OLE color: 14142892.

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

Color convert

RGB172205215-
CMYK0.20.0500.16
HSL193.95º34.96%75.88%-
HSV(B)193.95º20%84.31%-
XYZ51.1157.3472.66-
YUV196.27138.57110.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=29.05%
G=34.63%
B=36.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722052150.20.0500.16193.9534.9675.88
HexACCDD7145010c2234c
Octal25431532724502030243114
Binary10101100110011011101011110100101010000110000101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDD7; }

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

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

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

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

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

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

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

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