#9ABDD0

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

Shades of Regent St Blue #9ABDD0

Tints of Regent St Blue #9ABDD0

Color information

#9ABDD0 (or 0x9ABDD0) is unknown color: approx Regent St Blue. HEX triplet: 9A, BD and D0. RGB value is (154,189,208). Sum of RGB (Red+Green+Blue) = 154+189+208=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #9ABDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDD0 is #65422F. Grayscale: #B4B4B4. Windows color (decimal): -6636080 or 13680026. OLE color: 13680026.

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

Color convert

RGB154189208-
CMYK0.260.0900.18
HSL201.11º36.49%70.98%-
HSV(B)201.11º25.96%81.57%-
XYZ42.9147.8266.64-
YUV180.7143.4108.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=27.95%
G=34.30%
B=37.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1541892080.260.0900.18201.1136.4970.98
Hex9ABDD01A9012c92447
Octal232275320321102231144107
Binary100110101011110111010000110101001010010110010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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