#9BC0DA

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

Shades of Regent St Blue #9BC0DA

Tints of Regent St Blue #9BC0DA

Color information

#9BC0DA (or 0x9BC0DA) is unknown color: approx Regent St Blue. HEX triplet: 9B, C0 and DA. RGB value is (155,192,218). Sum of RGB (Red+Green+Blue) = 155+192+218=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BC0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0DA is #643F25. Grayscale: #B7B7B7. Windows color (decimal): -6569766 or 14336155. OLE color: 14336155.

HSL color Cylindrical-coordinate representation of color #9BC0DA: hue angle of 204.76º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC0DA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155192218-
CMYK0.290.1200.15
HSL204.76º45.99%73.14%-
HSV(B)204.76º28.9%85.49%-
XYZ45.0249.7373.56-
YUV183.9147.24107.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=27.43%
G=33.98%
B=38.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551922180.290.1200.15204.7645.9973.14
Hex9BC0DA1DC0Fcd2e49
Octal233300332351401731556111
Binary10011011110000001101101011101110001111110011011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,192,218); }

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

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

 a { background-color: rgb(155,192,218); }

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

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

 span { border-color: rgb(155,192,218); }

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