#92BECB

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

Shades of Regent St Blue #92BECB

Tints of Regent St Blue #92BECB

Color information

#92BECB (or 0x92BECB) is unknown color: approx Regent St Blue. HEX triplet: 92, BE and CB. RGB value is (146,190,203). Sum of RGB (Red+Green+Blue) = 146+190+203=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #92BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BECB is #6D4134. Grayscale: #B2B2B2. Windows color (decimal): -7160117 or 13352594. OLE color: 13352594.

HSL color Cylindrical-coordinate representation of color #92BECB: hue angle of 193.68º 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 #92BECB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146190203-
CMYK0.280.0600.20
HSL193.68º35.4%68.43%-
HSV(B)193.68º28.08%79.61%-
XYZ41.0547.2563.46-
YUV178.33141.92104.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.09%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=27.09%
G=35.25%
B=37.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461902030.280.0600.20193.6835.468.43
Hex92BECB1C6014c22344
Octal22227631334602430243104
Binary10010010101111101100101111100110010100110000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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