#9BC6DC

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

Shades of Regent St Blue #9BC6DC

Tints of Regent St Blue #9BC6DC

Color information

#9BC6DC (or 0x9BC6DC) is unknown color: approx Regent St Blue. HEX triplet: 9B, C6 and DC. RGB value is (155,198,220). Sum of RGB (Red+Green+Blue) = 155+198+220=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6DC is #643923. Grayscale: #BBBBBB. Windows color (decimal): -6568228 or 14468763. OLE color: 14468763.

HSL color Cylindrical-coordinate representation of color #9BC6DC: hue angle of 200.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC6DC is Cyan = 0.30, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155198220-
CMYK0.300.100.14
HSL200.31º48.15%73.53%-
HSV(B)200.31º29.55%86.27%-
XYZ46.6352.5275.39-
YUV187.65146.25104.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.05%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=27.05%
G=34.55%
B=38.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551982200.300.100.14200.3148.1573.53
Hex9BC6DC1EA0Ec8304a
Octal233306334361201631060112
Binary10011011110001101101110011110101001110110010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,198,220); }

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

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

 a { background-color: rgb(155,198,220); }

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

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

 span { border-color: rgb(155,198,220); }

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