#9BCDDF

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

Shades of Regent St Blue #9BCDDF

Tints of Regent St Blue #9BCDDF

Color information

#9BCDDF (or 0x9BCDDF) is unknown color: approx Regent St Blue. HEX triplet: 9B, CD and DF. RGB value is (155,205,223). Sum of RGB (Red+Green+Blue) = 155+205+223=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDF is #643220. Grayscale: #BFBFBF. Windows color (decimal): -6566433 or 14667163. OLE color: 14667163.

HSL color Cylindrical-coordinate representation of color #9BCDDF: hue angle of 195.88º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCDDF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155205223-
CMYK0.300.0800.13
HSL195.88º51.52%74.12%-
HSV(B)195.88º30.49%87.45%-
XYZ48.6755.9678.05-
YUV192.1145.44101.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=26.59%
G=35.16%
B=38.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552052230.300.0800.13195.8851.5274.12
Hex9BCDDF1E80Dc4344a
Octal233315337361001530464112
Binary10011011110011011101111111110100001101110001001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,223); }

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

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

 a { background-color: rgb(155,205,223); }

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

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

 span { border-color: rgb(155,205,223); }

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