#9CBDD0

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

Shades of Regent St Blue #9CBDD0

Tints of Regent St Blue #9CBDD0

Color information

#9CBDD0 (or 0x9CBDD0) is unknown color: approx Regent St Blue. HEX triplet: 9C, BD and D0. RGB value is (156,189,208). Sum of RGB (Red+Green+Blue) = 156+189+208=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #9CBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDD0 is #63422F. Grayscale: #B5B5B5. Windows color (decimal): -6505008 or 13680028. OLE color: 13680028.

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

Color convert

RGB156189208-
CMYK0.250.0900.18
HSL201.92º35.62%71.37%-
HSV(B)201.92º25%81.57%-
XYZ43.2948.0266.66-
YUV181.3143.07109.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.21%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=28.21%
G=34.18%
B=37.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1561892080.250.0900.18201.9235.6271.37
Hex9CBDD0199012ca2447
Octal234275320311102231244107
Binary100111001011110111010000110011001010010110010101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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