#9AC4D3

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

Shades of Regent St Blue #9AC4D3

Tints of Regent St Blue #9AC4D3

Color information

#9AC4D3 (or 0x9AC4D3) is unknown color: approx Regent St Blue. HEX triplet: 9A, C4 and D3. RGB value is (154,196,211). Sum of RGB (Red+Green+Blue) = 154+196+211=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #9AC4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC4D3 is #653B2C. Grayscale: #B9B9B9. Windows color (decimal): -6634285 or 13878426. OLE color: 13878426.

HSL color Cylindrical-coordinate representation of color #9AC4D3: hue angle of 195.79º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AC4D3 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB154196211-
CMYK0.270.0700.17
HSL195.79º39.31%71.57%-
HSV(B)195.79º27.01%82.75%-
XYZ44.8251.0569.12-
YUV185.15142.59105.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 211 (82.81% from 255) = 37.61%
R=27.45%
G=34.94%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1541962110.270.0700.17195.7939.3171.57
Hex9AC4D31B7011c42748
Octal23230432333702130447110
Binary10011010110001001101001111011111010001110001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,196,211); }

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

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

 a { background-color: rgb(154,196,211); }

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

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

 span { border-color: rgb(154,196,211); }

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