Shades of Regent St Blue #9BC3DA
Tints of Regent St Blue #9BC3DA
RGB
CMYK
RGB Variations
Color information
#9BC3DA (or 0x9BC3DA) is known color: Regent St Blue. HEX triplet: 9B, C3 and DA. RGB value is (155,195,218). Sum of RGB (Red+Green+Blue) = 155+195+218=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BC3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3DA is #643C25. Grayscale: #B9B9B9. Windows color (decimal): -6568998 or 14336923. OLE color: 14336923.
HSL color Cylindrical-coordinate representation of color #9BC3DA: hue angle of 201.9º 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 #9BC3DA is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 195 | 218 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.15 |
| HSL | 201.9º | 0.46% | 0.73% | - |
| HSV(B) | 201.9º | 0.29% | 0.85% | - |
| XYZ | 45.69 | 51.06 | 73.78 | - |
| YUV | 185.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 218 | 0.29 | 0.11 | 0 | 0.15 | 201.9 | 0.46 | 0.73 |
| Hex | 9B | C3 | DA | 1D | B | 0 | F | CA | 2E | 49 |
| Octal | 233 | 303 | 332 | 35 | 13 | 0 | 17 | 312 | 56 | 111 |
| Binary | 10011011 | 11000011 | 11011010 | 11101 | 1011 | 0 | 1111 | 11001010 | 101110 | 1001001 |
Color Harmonies of #9BC3DA
Complementary color
Monochromatic Colors of #9BC3DA
Black with #9BC3DA
Text Example
Text Example
White with #9BC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3DA; }
p { color: rgb(155,195,218); }
H1.HeaderClassName
{
color: #9BC3DA;
}
.AnyTagClassName
{
color: #9BC3DA;
}
</style>
background-color css
<style>
a { background-color: #9BC3DA; }
a { background-color: rgb(155,195,218); }
div.DivClassName
{
background-color: #9BC3DA;
}
.BgClassName
{
background-color: #9BC3DA;
}
</style>
border-color css
<style>
span { border-color: #9BC3DA; }
span { border-color: rgb(155,195,218); }
td.TdClassName
{
border-color: #9BC3DA;
}
.TagClassName
{
border-color: #9BC3DA;
}
</style>