#9ACDDE

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

Shades of Regent St Blue #9ACDDE

Tints of Regent St Blue #9ACDDE

Color information

#9ACDDE (or 0x9ACDDE) is unknown color: approx Regent St Blue. HEX triplet: 9A, CD and DE. RGB value is (154,205,222). Sum of RGB (Red+Green+Blue) = 154+205+222=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ACDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDDE is #653221. Grayscale: #BFBFBF. Windows color (decimal): -6631970 or 14601626. OLE color: 14601626.

HSL color Cylindrical-coordinate representation of color #9ACDDE: hue angle of 195º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ACDDE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154205222-
CMYK0.310.0800.13
HSL195º50.75%73.73%-
HSV(B)195º30.63%87.06%-
XYZ48.3455.8177.33-
YUV191.69145.1101.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.51%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=26.51%
G=35.28%
B=38.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542052220.310.0800.1319550.7573.73
Hex9ACDDE1F80Dc3334a
Octal232315336371001530363112
Binary10011010110011011101111011111100001101110000111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,205,222); }

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

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

 a { background-color: rgb(154,205,222); }

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

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

 span { border-color: rgb(154,205,222); }

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