#92BFC8

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

Shades of Regent St Blue #92BFC8

Tints of Regent St Blue #92BFC8

Color information

#92BFC8 (or 0x92BFC8) is unknown color: approx Regent St Blue. HEX triplet: 92, BF and C8. RGB value is (146,191,200). Sum of RGB (Red+Green+Blue) = 146+191+200=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #92BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFC8 is #6D4037. Grayscale: #B2B2B2. Windows color (decimal): -7159864 or 13156242. OLE color: 13156242.

HSL color Cylindrical-coordinate representation of color #92BFC8: hue angle of 190º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92BFC8 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146191200-
CMYK0.270.0400.22
HSL190º32.93%67.84%-
HSV(B)190º27%78.43%-
XYZ40.9147.5461.66-
YUV178.57140.09104.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.19%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=27.19%
G=35.57%
B=37.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461912000.270.0400.2219032.9367.84
Hex92BFC81B4016be2144
Octal22227731033402627641104
Binary10010010101111111100100011011100010110101111101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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