#9ACBDE

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

Shades of Regent St Blue #9ACBDE

Tints of Regent St Blue #9ACBDE

Color information

#9ACBDE (or 0x9ACBDE) is unknown color: approx Regent St Blue. HEX triplet: 9A, CB and DE. RGB value is (154,203,222). Sum of RGB (Red+Green+Blue) = 154+203+222=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ACBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBDE is #653421. Grayscale: #BEBEBE. Windows color (decimal): -6632482 or 14601114. OLE color: 14601114.

HSL color Cylindrical-coordinate representation of color #9ACBDE: hue angle of 196.76º 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 #9ACBDE is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154203222-
CMYK0.310.0900.13
HSL196.76º50.75%73.73%-
HSV(B)196.76º30.63%87.06%-
XYZ47.8754.8677.17-
YUV190.52145.77101.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.60%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=26.60%
G=35.06%
B=38.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542032220.310.0900.13196.7650.7573.73
Hex9ACBDE1F90Dc5334a
Octal232313336371101530563112
Binary10011010110010111101111011111100101101110001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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