#9ABDCC

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

Shades of Regent St Blue #9ABDCC

Tints of Regent St Blue #9ABDCC

Color information

#9ABDCC (or 0x9ABDCC) is unknown color: approx Regent St Blue. HEX triplet: 9A, BD and CC. RGB value is (154,189,204). Sum of RGB (Red+Green+Blue) = 154+189+204=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #9ABDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDCC is #654233. Grayscale: #B4B4B4. Windows color (decimal): -6636084 or 13417882. OLE color: 13417882.

HSL color Cylindrical-coordinate representation of color #9ABDCC: hue angle of 198º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABDCC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154189204-
CMYK0.250.0700.2
HSL198º32.89%70.2%-
HSV(B)198º24.51%80%-
XYZ42.4247.6264.08-
YUV180.24141.4109.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.15%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=28.15%
G=34.55%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541892040.250.0700.219832.8970.2
Hex9ABDCC197014c62146
Octal23227531431702430641106
Binary10011010101111011100110011001111010100110001101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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