#9ACAD8

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

Shades of Regent St Blue #9ACAD8

Tints of Regent St Blue #9ACAD8

Color information

#9ACAD8 (or 0x9ACAD8) is unknown color: approx Regent St Blue. HEX triplet: 9A, CA and D8. RGB value is (154,202,216). Sum of RGB (Red+Green+Blue) = 154+202+216=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #9ACAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACAD8 is #653527. Grayscale: #BDBDBD. Windows color (decimal): -6632744 or 14207642. OLE color: 14207642.

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

Color convert

RGB154202216-
CMYK0.290.0600.15
HSL193.55º44.29%72.55%-
HSV(B)193.55º28.7%84.71%-
XYZ46.8454.0772.93-
YUV189.24143.1102.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.92%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=26.92%
G=35.31%
B=37.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542022160.290.0600.15193.5544.2972.55
Hex9ACAD81D60Fc22c49
Octal23231233035601730254111
Binary1001101011001010110110001110111001111110000101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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