#9ACBDD

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

Shades of Regent St Blue #9ACBDD

Tints of Regent St Blue #9ACBDD

Color information

#9ACBDD (or 0x9ACBDD) is unknown color: approx Regent St Blue. HEX triplet: 9A, CB and DD. RGB value is (154,203,221). Sum of RGB (Red+Green+Blue) = 154+203+221=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ACBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBDD is #653422. Grayscale: #BEBEBE. Windows color (decimal): -6632483 or 14535578. OLE color: 14535578.

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

Color convert

RGB154203221-
CMYK0.300.0800.13
HSL196.12º49.63%73.53%-
HSV(B)196.12º30.32%86.67%-
XYZ47.7354.876.47-
YUV190.4145.27102.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.64%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=26.64%
G=35.12%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542032210.300.0800.13196.1249.6373.53
Hex9ACBDD1E80Dc4324a
Octal232313335361001530462112
Binary10011010110010111101110111110100001101110001001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,221); }

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

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

 a { background-color: rgb(154,203,221); }

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

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

 span { border-color: rgb(154,203,221); }

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