#ACCAD5

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

Shades of Regent St Blue #ACCAD5

Tints of Regent St Blue #ACCAD5

Color information

#ACCAD5 (or 0xACCAD5) is unknown color: approx Regent St Blue. HEX triplet: AC, CA and D5. RGB value is (172,202,213). Sum of RGB (Red+Green+Blue) = 172+202+213=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACCAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAD5 is #53352A. Grayscale: #C2C2C2. Windows color (decimal): -5453099 or 14011052. OLE color: 14011052.

HSL color Cylindrical-coordinate representation of color #ACCAD5: hue angle of 196.1º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCAD5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172202213-
CMYK0.190.0500.16
HSL196.1º32.8%75.49%-
HSV(B)196.1º19.25%83.53%-
XYZ50.1455.8271.08-
YUV194.28138.56112.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=29.30%
G=34.41%
B=36.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722022130.190.0500.16196.132.875.49
HexACCAD5135010c4214b
Octal25431232523502030441113
Binary10101100110010101101010110011101010000110001001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAD5; }

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

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

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

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

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

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

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

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