#9ABCCF

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

Shades of Regent St Blue #9ABCCF

Tints of Regent St Blue #9ABCCF

Color information

#9ABCCF (or 0x9ABCCF) is unknown color: approx Regent St Blue. HEX triplet: 9A, BC and CF. RGB value is (154,188,207). Sum of RGB (Red+Green+Blue) = 154+188+207=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #9ABCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCCF is #654330. Grayscale: #B3B3B3. Windows color (decimal): -6636337 or 13614234. OLE color: 13614234.

HSL color Cylindrical-coordinate representation of color #9ABCCF: hue angle of 201.51º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ABCCF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154188207-
CMYK0.260.0900.19
HSL201.51º35.57%70.78%-
HSV(B)201.51º25.6%81.18%-
XYZ42.5747.3465.93-
YUV180143.24109.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=28.05%
G=34.24%
B=37.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541882070.260.0900.19201.5135.5770.78
Hex9ABCCF1A9013ca2447
Octal232274317321102331244107
Binary100110101011110011001111110101001010011110010101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,207); }

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

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

 a { background-color: rgb(154,188,207); }

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

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

 span { border-color: rgb(154,188,207); }

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