#ACCFD5

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

Shades of Regent St Blue #ACCFD5

Tints of Regent St Blue #ACCFD5

Color information

#ACCFD5 (or 0xACCFD5) is unknown color: approx Regent St Blue. HEX triplet: AC, CF and D5. RGB value is (172,207,213). Sum of RGB (Red+Green+Blue) = 172+207+213=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACCFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFD5 is #53302A. Grayscale: #C5C5C5. Windows color (decimal): -5451819 or 14012332. OLE color: 14012332.

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

Color convert

RGB172207213-
CMYK0.190.0300.16
HSL188.78º32.8%75.49%-
HSV(B)188.78º19.25%83.53%-
XYZ51.3458.271.48-
YUV197.22136.9110.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=29.05%
G=34.97%
B=35.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722072130.190.0300.16188.7832.875.49
HexACCFD5133010bd214b
Octal25431732523302027541113
Binary1010110011001111110101011001111010000101111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFD5; }

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

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

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

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

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

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

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

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