#9BBFCE

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

Shades of Regent St Blue #9BBFCE

Tints of Regent St Blue #9BBFCE

Color information

#9BBFCE (or 0x9BBFCE) is unknown color: approx Regent St Blue. HEX triplet: 9B, BF and CE. RGB value is (155,191,206). Sum of RGB (Red+Green+Blue) = 155+191+206=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFCE is #644031. Grayscale: #B5B5B5. Windows color (decimal): -6570034 or 13549467. OLE color: 13549467.

HSL color Cylindrical-coordinate representation of color #9BBFCE: hue angle of 197.65º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BBFCE is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155191206-
CMYK0.250.0700.19
HSL197.65º34.23%70.78%-
HSV(B)197.65º24.76%80.78%-
XYZ43.2948.6965.51-
YUV181.95141.57108.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.08%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=28.08%
G=34.60%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551912060.250.0700.19197.6534.2370.78
Hex9BBFCE197013c62247
Octal23327731631702330642107
Binary10011011101111111100111011001111010011110001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,206); }

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

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

 a { background-color: rgb(155,191,206); }

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

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

 span { border-color: rgb(155,191,206); }

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