#9ACADA

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

Shades of Regent St Blue #9ACADA

Tints of Regent St Blue #9ACADA

Color information

#9ACADA (or 0x9ACADA) is unknown color: approx Regent St Blue. HEX triplet: 9A, CA and DA. RGB value is (154,202,218). Sum of RGB (Red+Green+Blue) = 154+202+218=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ACADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACADA is #653525. Grayscale: #BDBDBD. Windows color (decimal): -6632742 or 14338714. OLE color: 14338714.

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

Color convert

RGB154202218-
CMYK0.290.0700.15
HSL195º46.38%72.94%-
HSV(B)195º29.36%85.49%-
XYZ47.154.1774.3-
YUV189.47144.1102.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.83%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=26.83%
G=35.19%
B=37.98%

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
Decimal1542022180.290.0700.1519546.3872.94
Hex9ACADA1D70Fc32e49
Octal23231233235701730356111
Binary1001101011001010110110101110111101111110000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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