#92BFCF

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

Shades of Regent St Blue #92BFCF

Tints of Regent St Blue #92BFCF

Color information

#92BFCF (or 0x92BFCF) is unknown color: approx Regent St Blue. HEX triplet: 92, BF and CF. RGB value is (146,191,207). Sum of RGB (Red+Green+Blue) = 146+191+207=544 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.84% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #92BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFCF is #6D4030. Grayscale: #B3B3B3. Windows color (decimal): -7159857 or 13614994. OLE color: 13614994.

HSL color Cylindrical-coordinate representation of color #92BFCF: hue angle of 195.74º 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 #92BFCF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146191207-
CMYK0.290.0800.19
HSL195.74º38.85%69.22%-
HSV(B)195.74º29.47%81.18%-
XYZ41.7547.8866.07-
YUV179.37143.59104.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.84%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=26.84%
G=35.11%
B=38.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461912070.290.0800.19195.7438.8569.22
Hex92BFCF1D8013c42745
Octal222277317351002330447105
Binary100100101011111111001111111011000010011110001001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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