#9ACDDA

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

Shades of Regent St Blue #9ACDDA

Tints of Regent St Blue #9ACDDA

Color information

#9ACDDA (or 0x9ACDDA) is unknown color: approx Regent St Blue. HEX triplet: 9A, CD and DA. RGB value is (154,205,218). Sum of RGB (Red+Green+Blue) = 154+205+218=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ACDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDDA is #653225. Grayscale: #BFBFBF. Windows color (decimal): -6631974 or 14339482. OLE color: 14339482.

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

Color convert

RGB154205218-
CMYK0.290.0600.15
HSL192.19º46.38%72.94%-
HSV(B)192.19º29.36%85.49%-
XYZ47.8155.5974.54-
YUV191.23143.1101.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.69%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=26.69%
G=35.53%
B=37.78%

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
Decimal1542052180.290.0600.15192.1946.3872.94
Hex9ACDDA1D60Fc02e49
Octal23231533235601730056111
Binary1001101011001101110110101110111001111110000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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