#9CBDD6

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

Shades of Regent St Blue #9CBDD6

Tints of Regent St Blue #9CBDD6

Color information

#9CBDD6 (or 0x9CBDD6) is unknown color: approx Regent St Blue. HEX triplet: 9C, BD and D6. RGB value is (156,189,214). Sum of RGB (Red+Green+Blue) = 156+189+214=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #9CBDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDD6 is #634229. Grayscale: #B5B5B5. Windows color (decimal): -6505002 or 14073244. OLE color: 14073244.

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

Color convert

RGB156189214-
CMYK0.270.1200.16
HSL205.86º41.43%72.55%-
HSV(B)205.86º27.1%83.92%-
XYZ44.0548.3270.62-
YUV181.98146.07109.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=27.91%
G=33.81%
B=38.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561892140.270.1200.16205.8641.4372.55
Hex9CBDD61BC010ce2949
Octal234275326331402031651111
Binary100111001011110111010110110111100010000110011101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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