#9ACCDB

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

Shades of Regent St Blue #9ACCDB

Tints of Regent St Blue #9ACCDB

Color information

#9ACCDB (or 0x9ACCDB) is unknown color: approx Regent St Blue. HEX triplet: 9A, CC and DB. RGB value is (154,204,219). Sum of RGB (Red+Green+Blue) = 154+204+219=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCDB is #653324. Grayscale: #BEBEBE. Windows color (decimal): -6632229 or 14404762. OLE color: 14404762.

HSL color Cylindrical-coordinate representation of color #9ACCDB: hue angle of 193.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACCDB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154204219-
CMYK0.300.0700.14
HSL193.85º47.45%73.14%-
HSV(B)193.85º29.68%85.88%-
XYZ47.7155.1775.15-
YUV190.76143.94101.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.69%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=26.69%
G=35.36%
B=37.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542042190.300.0700.14193.8547.4573.14
Hex9ACCDB1E70Ec22f49
Octal23231433336701630257111
Binary1001101011001100110110111111011101110110000101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACCDB; }

 p { color: rgb(154,204,219); }

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

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

 a { background-color: rgb(154,204,219); }

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

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

 span { border-color: rgb(154,204,219); }

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