#92BFC9

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

Shades of Regent St Blue #92BFC9

Tints of Regent St Blue #92BFC9

Color information

#92BFC9 (or 0x92BFC9) is unknown color: approx Regent St Blue. HEX triplet: 92, BF and C9. RGB value is (146,191,201). Sum of RGB (Red+Green+Blue) = 146+191+201=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #92BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFC9 is #6D4036. Grayscale: #B2B2B2. Windows color (decimal): -7159863 or 13221778. OLE color: 13221778.

HSL color Cylindrical-coordinate representation of color #92BFC9: hue angle of 190.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92BFC9 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146191201-
CMYK0.270.0500.21
HSL190.91º33.74%68.04%-
HSV(B)190.91º27.36%78.82%-
XYZ41.0347.5962.28-
YUV178.68140.59104.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=27.14%
G=35.50%
B=37.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461912010.270.0500.21190.9133.7468.04
Hex92BFC91B5015bf2244
Octal22227731133502527742104
Binary10010010101111111100100111011101010101101111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,191,201); }

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

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

 a { background-color: rgb(146,191,201); }

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

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

 span { border-color: rgb(146,191,201); }

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