#92BCCB

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

Shades of Regent St Blue #92BCCB

Tints of Regent St Blue #92BCCB

Color information

#92BCCB (or 0x92BCCB) is unknown color: approx Regent St Blue. HEX triplet: 92, BC and CB. RGB value is (146,188,203). Sum of RGB (Red+Green+Blue) = 146+188+203=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #92BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCCB is #6D4334. Grayscale: #B1B1B1. Windows color (decimal): -7160629 or 13352082. OLE color: 13352082.

HSL color Cylindrical-coordinate representation of color #92BCCB: hue angle of 195.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92BCCB is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146188203-
CMYK0.280.0700.20
HSL195.79º35.4%68.43%-
HSV(B)195.79º28.08%79.61%-
XYZ40.6246.3963.31-
YUV177.15142.59105.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.19%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=27.19%
G=35.01%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461882030.280.0700.20195.7935.468.43
Hex92BCCB1C7014c42344
Octal22227431334702430443104
Binary10010010101111001100101111100111010100110001001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,188,203); }

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

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

 a { background-color: rgb(146,188,203); }

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

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

 span { border-color: rgb(146,188,203); }

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