#92BED4

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

Shades of Regent St Blue #92BED4

Tints of Regent St Blue #92BED4

Color information

#92BED4 (or 0x92BED4) is unknown color: approx Regent St Blue. HEX triplet: 92, BE and D4. RGB value is (146,190,212). Sum of RGB (Red+Green+Blue) = 146+190+212=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #92BED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BED4 is #6D412B. Grayscale: #B3B3B3. Windows color (decimal): -7160108 or 13942418. OLE color: 13942418.

HSL color Cylindrical-coordinate representation of color #92BED4: hue angle of 200º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92BED4 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146190212-
CMYK0.310.1000.17
HSL200º43.42%70.2%-
HSV(B)200º31.13%83.14%-
XYZ42.1547.6969.27-
YUV179.35146.42104.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.64%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=26.64%
G=34.67%
B=38.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461902120.310.1000.1720043.4270.2
Hex92BED41FA011c82b46
Octal222276324371202131053106
Binary100100101011111011010100111111010010001110010001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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