#9ACADB

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

Shades of Regent St Blue #9ACADB

Tints of Regent St Blue #9ACADB

Color information

#9ACADB (or 0x9ACADB) is unknown color: approx Regent St Blue. HEX triplet: 9A, CA and DB. RGB value is (154,202,219). Sum of RGB (Red+Green+Blue) = 154+202+219=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADB is #653524. Grayscale: #BDBDBD. Windows color (decimal): -6632741 or 14404250. OLE color: 14404250.

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

Color convert

RGB154202219-
CMYK0.300.0800.14
HSL195.69º47.45%73.14%-
HSV(B)195.69º29.68%85.88%-
XYZ47.2354.2374.99-
YUV189.59144.6102.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.78%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=26.78%
G=35.13%
B=38.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542022190.300.0800.14195.6947.4573.14
Hex9ACADB1E80Ec42f49
Octal232312333361001630457111
Binary10011010110010101101101111110100001110110001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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