#9ABDD7

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

Shades of Regent St Blue #9ABDD7

Tints of Regent St Blue #9ABDD7

Color information

#9ABDD7 (or 0x9ABDD7) is unknown color: approx Regent St Blue. HEX triplet: 9A, BD and D7. RGB value is (154,189,215). Sum of RGB (Red+Green+Blue) = 154+189+215=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #9ABDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDD7 is #654228. Grayscale: #B5B5B5. Windows color (decimal): -6636073 or 14138778. OLE color: 14138778.

HSL color Cylindrical-coordinate representation of color #9ABDD7: hue angle of 205.57º 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 #9ABDD7 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB154189215-
CMYK0.280.1200.16
HSL205.57º43.26%72.35%-
HSV(B)205.57º28.37%84.31%-
XYZ43.7948.1771.28-
YUV181.5146.9108.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.60%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=27.60%
G=33.87%
B=38.53%

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
Decimal1541892150.280.1200.16205.5743.2672.35
Hex9ABDD71CC010ce2b48
Octal232275327341402031653110
Binary100110101011110111010111111001100010000110011101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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