#ACCFD7

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

Shades of Regent St Blue #ACCFD7

Tints of Regent St Blue #ACCFD7

Color information

#ACCFD7 (or 0xACCFD7) is unknown color: approx Regent St Blue. HEX triplet: AC, CF and D7. RGB value is (172,207,215). Sum of RGB (Red+Green+Blue) = 172+207+215=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACCFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFD7 is #533028. Grayscale: #C5C5C5. Windows color (decimal): -5451817 or 14143404. OLE color: 14143404.

HSL color Cylindrical-coordinate representation of color #ACCFD7: hue angle of 191.16º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCFD7 is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172207215-
CMYK0.20.0400.16
HSL191.16º34.96%75.88%-
HSV(B)191.16º20%84.31%-
XYZ51.5958.372.82-
YUV197.45137.9109.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=28.96%
G=34.85%
B=36.20%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722072150.20.0400.16191.1634.9675.88
HexACCFD7144010bf234c
Octal25431732724402027743114
Binary10101100110011111101011110100100010000101111111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFD7; }

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

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

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

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

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

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

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

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