#9BCCDF

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

Shades of Regent St Blue #9BCCDF

Tints of Regent St Blue #9BCCDF

Color information

#9BCCDF (or 0x9BCCDF) is unknown color: approx Regent St Blue. HEX triplet: 9B, CC and DF. RGB value is (155,204,223). Sum of RGB (Red+Green+Blue) = 155+204+223=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDF is #643320. Grayscale: #BFBFBF. Windows color (decimal): -6566689 or 14666907. OLE color: 14666907.

HSL color Cylindrical-coordinate representation of color #9BCCDF: hue angle of 196.76º 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 #9BCCDF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155204223-
CMYK0.300.0900.13
HSL196.76º51.52%74.12%-
HSV(B)196.76º30.49%87.45%-
XYZ48.4355.4877.97-
YUV191.52145.77101.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.63%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=26.63%
G=35.05%
B=38.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552042230.300.0900.13196.7651.5274.12
Hex9BCCDF1E90Dc5344a
Octal233314337361101530564112
Binary10011011110011001101111111110100101101110001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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