#92BBD0

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

Shades of Regent St Blue #92BBD0

Tints of Regent St Blue #92BBD0

Color information

#92BBD0 (or 0x92BBD0) is unknown color: approx Regent St Blue. HEX triplet: 92, BB and D0. RGB value is (146,187,208). Sum of RGB (Red+Green+Blue) = 146+187+208=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #92BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBD0 is #6D442F. Grayscale: #B1B1B1. Windows color (decimal): -7160880 or 13679506. OLE color: 13679506.

HSL color Cylindrical-coordinate representation of color #92BBD0: hue angle of 200.32º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92BBD0 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146187208-
CMYK0.300.1000.18
HSL200.32º39.74%69.41%-
HSV(B)200.32º29.81%81.57%-
XYZ41.0146.2166.43-
YUV177.14145.42105.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=26.99%
G=34.57%
B=38.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461872080.300.1000.18200.3239.7469.41
Hex92BBD01EA012c82845
Octal222273320361202231050105
Binary100100101011101111010000111101010010010110010001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,208); }

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

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

 a { background-color: rgb(146,187,208); }

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

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

 span { border-color: rgb(146,187,208); }

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