#ACCCD3

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

Shades of Regent St Blue #ACCCD3

Tints of Regent St Blue #ACCCD3

Color information

#ACCCD3 (or 0xACCCD3) is unknown color: approx Regent St Blue. HEX triplet: AC, CC and D3. RGB value is (172,204,211). Sum of RGB (Red+Green+Blue) = 172+204+211=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACCCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD3 is #53332C. Grayscale: #C3C3C3. Windows color (decimal): -5452589 or 13880492. OLE color: 13880492.

HSL color Cylindrical-coordinate representation of color #ACCCD3: hue angle of 190.77º 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 #ACCCD3 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172204211-
CMYK0.180.0300.17
HSL190.77º30.71%75.1%-
HSV(B)190.77º18.48%82.75%-
XYZ50.3656.6669.91-
YUV195.23136.9111.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=29.30%
G=34.75%
B=35.95%

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
Decimal1722042110.180.0300.17190.7730.7175.1
HexACCCD3123011bf1f4b
Octal25431432322302127737113
Binary101011001100110011010011100101101000110111111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCD3; }

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

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

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

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

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

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

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

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