#9ACBDC

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

Shades of Regent St Blue #9ACBDC

Tints of Regent St Blue #9ACBDC

Color information

#9ACBDC (or 0x9ACBDC) is unknown color: approx Regent St Blue. HEX triplet: 9A, CB and DC. RGB value is (154,203,220). Sum of RGB (Red+Green+Blue) = 154+203+220=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ACBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBDC is #653423. Grayscale: #BEBEBE. Windows color (decimal): -6632484 or 14470042. OLE color: 14470042.

HSL color Cylindrical-coordinate representation of color #9ACBDC: hue angle of 195.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACBDC is Cyan = 0.3, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154203220-
CMYK0.30.0800.14
HSL195.45º48.53%73.33%-
HSV(B)195.45º30%86.27%-
XYZ47.654.7575.77-
YUV190.29144.77102.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.69%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=26.69%
G=35.18%
B=38.13%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542032200.30.0800.14195.4548.5373.33
Hex9ACBDC1E80Ec33149
Octal232313334361001630361111
Binary10011010110010111101110011110100001110110000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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