#9ACBDA

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

Shades of Regent St Blue #9ACBDA

Tints of Regent St Blue #9ACBDA

Color information

#9ACBDA (or 0x9ACBDA) is unknown color: approx Regent St Blue. HEX triplet: 9A, CB and DA. RGB value is (154,203,218). Sum of RGB (Red+Green+Blue) = 154+203+218=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ACBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBDA is #653425. Grayscale: #BDBDBD. Windows color (decimal): -6632486 or 14338970. OLE color: 14338970.

HSL color Cylindrical-coordinate representation of color #9ACBDA: hue angle of 194.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ACBDA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154203218-
CMYK0.290.0700.15
HSL194.06º46.38%72.94%-
HSV(B)194.06º29.36%85.49%-
XYZ47.3454.6474.38-
YUV190.06143.77102.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.78%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=26.78%
G=35.30%
B=37.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542032180.290.0700.15194.0646.3872.94
Hex9ACBDA1D70Fc22e49
Octal23231333235701730256111
Binary1001101011001011110110101110111101111110000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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