#ACCDD3

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

Shades of Regent St Blue #ACCDD3

Tints of Regent St Blue #ACCDD3

Color information

#ACCDD3 (or 0xACCDD3) is unknown color: approx Regent St Blue. HEX triplet: AC, CD and D3. RGB value is (172,205,211). Sum of RGB (Red+Green+Blue) = 172+205+211=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACCDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD3 is #53322C. Grayscale: #C3C3C3. Windows color (decimal): -5452333 or 13880748. OLE color: 13880748.

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

Color convert

RGB172205211-
CMYK0.180.0300.17
HSL189.23º30.71%75.1%-
HSV(B)189.23º18.48%82.75%-
XYZ50.657.1469.99-
YUV195.82136.57111.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=29.25%
G=34.86%
B=35.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722052110.180.0300.17189.2330.7175.1
HexACCDD3123011bd1f4b
Octal25431532322302127537113
Binary101011001100110111010011100101101000110111101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDD3; }

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

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

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

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

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

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

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

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