#9ABED7

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

Shades of Regent St Blue #9ABED7

Tints of Regent St Blue #9ABED7

Color information

#9ABED7 (or 0x9ABED7) is unknown color: approx Regent St Blue. HEX triplet: 9A, BE and D7. RGB value is (154,190,215). Sum of RGB (Red+Green+Blue) = 154+190+215=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #9ABED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABED7 is #654128. Grayscale: #B5B5B5. Windows color (decimal): -6635817 or 14139034. OLE color: 14139034.

HSL color Cylindrical-coordinate representation of color #9ABED7: hue angle of 204.59º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ABED7 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB154190215-
CMYK0.280.1200.16
HSL204.59º43.26%72.35%-
HSV(B)204.59º28.37%84.31%-
XYZ44.0148.671.35-
YUV182.09146.57107.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=27.55%
G=33.99%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1541902150.280.1200.16204.5943.2672.35
Hex9ABED71CC010cd2b48
Octal232276327341402031553110
Binary100110101011111011010111111001100010000110011011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,215); }

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

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

 a { background-color: rgb(154,190,215); }

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

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

 span { border-color: rgb(154,190,215); }

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