#9ACBDB

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

Shades of Regent St Blue #9ACBDB

Tints of Regent St Blue #9ACBDB

Color information

#9ACBDB (or 0x9ACBDB) is unknown color: approx Regent St Blue. HEX triplet: 9A, CB and DB. RGB value is (154,203,219). Sum of RGB (Red+Green+Blue) = 154+203+219=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBDB is #653424. Grayscale: #BEBEBE. Windows color (decimal): -6632485 or 14404506. OLE color: 14404506.

HSL color Cylindrical-coordinate representation of color #9ACBDB: hue angle of 194.77º 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 #9ACBDB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154203219-
CMYK0.300.0700.14
HSL194.77º47.45%73.14%-
HSV(B)194.77º29.68%85.88%-
XYZ47.4754.775.07-
YUV190.17144.27102.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=26.74%
G=35.24%
B=38.02%

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
Decimal1542032190.300.0700.14194.7747.4573.14
Hex9ACBDB1E70Ec32f49
Octal23231333336701630357111
Binary1001101011001011110110111111011101110110000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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