#92BBCF

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

Shades of Regent St Blue #92BBCF

Tints of Regent St Blue #92BBCF

Color information

#92BBCF (or 0x92BBCF) is unknown color: approx Regent St Blue. HEX triplet: 92, BB and CF. RGB value is (146,187,207). Sum of RGB (Red+Green+Blue) = 146+187+207=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #92BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBCF is #6D4430. Grayscale: #B0B0B0. Windows color (decimal): -7160881 or 13613970. OLE color: 13613970.

HSL color Cylindrical-coordinate representation of color #92BBCF: hue angle of 199.67º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92BBCF is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146187207-
CMYK0.290.1000.19
HSL199.67º38.85%69.22%-
HSV(B)199.67º29.47%81.18%-
XYZ40.8946.1665.79-
YUV177.02144.92105.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=27.04%
G=34.63%
B=38.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461872070.290.1000.19199.6738.8569.22
Hex92BBCF1DA013c82745
Octal222273317351202331047105
Binary100100101011101111001111111011010010011110010001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BBCF; }

 p { color: rgb(146,187,207); }

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

<style>
 a { background-color: #92BBCF; }

 a { background-color: rgb(146,187,207); }

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

<style>
 span { border-color: #92BBCF; }

 span { border-color: rgb(146,187,207); }

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