#ACCAD3

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

Shades of Regent St Blue #ACCAD3

Tints of Regent St Blue #ACCAD3

Color information

#ACCAD3 (or 0xACCAD3) is unknown color: approx Regent St Blue. HEX triplet: AC, CA and D3. RGB value is (172,202,211). Sum of RGB (Red+Green+Blue) = 172+202+211=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACCAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAD3 is #53352C. Grayscale: #C1C1C1. Windows color (decimal): -5453101 or 13879980. OLE color: 13879980.

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

Color convert

RGB172202211-
CMYK0.180.0400.17
HSL193.85º30.71%75.1%-
HSV(B)193.85º18.48%82.75%-
XYZ49.8955.7169.75-
YUV194.06137.56112.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 211 (82.81% from 255) = 36.07%
R=29.40%
G=34.53%
B=36.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722022110.180.0400.17193.8530.7175.1
HexACCAD3124011c21f4b
Octal25431232322402130237113
Binary1010110011001010110100111001010001000111000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAD3; }

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

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

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

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

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

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

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

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