#92CBD9

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

Shades of Regent St Blue #92CBD9

Tints of Regent St Blue #92CBD9

Color information

#92CBD9 (or 0x92CBD9) is unknown color: approx Regent St Blue. HEX triplet: 92, CB and D9. RGB value is (146,203,217). Sum of RGB (Red+Green+Blue) = 146+203+217=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #92CBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBD9 is #6D3426. Grayscale: #BBBBBB. Windows color (decimal): -7156775 or 14273426. OLE color: 14273426.

HSL color Cylindrical-coordinate representation of color #92CBD9: hue angle of 191.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92CBD9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146203217-
CMYK0.330.0600.15
HSL191.83º48.3%71.18%-
HSV(B)191.83º32.72%85.1%-
XYZ45.7353.8373.63-
YUV187.55144.6298.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.80%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=25.80%
G=35.87%
B=38.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462032170.330.0600.15191.8348.371.18
Hex92CBD92160Fc03047
Octal22231333141601730060107
Binary10010010110010111101100110000111001111110000001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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