#9AC1DA

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

Shades of Regent St Blue #9AC1DA

Tints of Regent St Blue #9AC1DA

Color information

#9AC1DA (or 0x9AC1DA) is unknown color: approx Regent St Blue. HEX triplet: 9A, C1 and DA. RGB value is (154,193,218). Sum of RGB (Red+Green+Blue) = 154+193+218=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AC1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC1DA is #653E25. Grayscale: #B8B8B8. Windows color (decimal): -6635046 or 14336410. OLE color: 14336410.

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

Color convert

RGB154193218-
CMYK0.290.1100.15
HSL203.44º46.38%72.94%-
HSV(B)203.44º29.36%85.49%-
XYZ45.0550.0773.62-
YUV184.19147.08106.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 193 (75.78% from 255) = 34.16%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=27.26%
G=34.16%
B=38.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541932180.290.1100.15203.4446.3872.94
Hex9AC1DA1DB0Fcb2e49
Octal232301332351301731356111
Binary10011010110000011101101011101101101111110010111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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