#ACCDD6

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

Shades of Regent St Blue #ACCDD6

Tints of Regent St Blue #ACCDD6

Color information

#ACCDD6 (or 0xACCDD6) is unknown color: approx Regent St Blue. HEX triplet: AC, CD and D6. RGB value is (172,205,214). Sum of RGB (Red+Green+Blue) = 172+205+214=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACCDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD6 is #533229. Grayscale: #C4C4C4. Windows color (decimal): -5452330 or 14077356. OLE color: 14077356.

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

Color convert

RGB172205214-
CMYK0.200.0400.16
HSL192.86º33.87%75.69%-
HSV(B)192.86º19.63%83.92%-
XYZ50.9857.2971.99-
YUV196.16138.07110.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=29.10%
G=34.69%
B=36.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722052140.200.0400.16192.8633.8775.69
HexACCDD6144010c1224c
Octal25431532624402030142114
Binary10101100110011011101011010100100010000110000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDD6; }

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

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

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

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

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

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

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

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