#92B1EB

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

Shades of Jordy Blue #92B1EB

Tints of Jordy Blue #92B1EB

Color information

#92B1EB (or 0x92B1EB) is unknown color: approx Jordy Blue. HEX triplet: 92, B1 and EB. RGB value is (146,177,235). Sum of RGB (Red+Green+Blue) = 146+177+235=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #92B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B1EB is #6D4E14. Grayscale: #AEAEAE. Windows color (decimal): -7163413 or 15446418. OLE color: 15446418.

HSL color Cylindrical-coordinate representation of color #92B1EB: hue angle of 219.1º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B1EB is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146177235-
CMYK0.380.2500.08
HSL219.1º68.99%74.71%-
HSV(B)219.1º37.87%92.16%-
XYZ42.5743.5584.76-
YUV174.34162.23107.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.16%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=26.16%
G=31.72%
B=42.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461772350.380.2500.08219.168.9974.71
Hex92B1EB261908db454b
Octal2222613534631010333105113
Binary10010010101100011110101110011011001010001101101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,177,235); }

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

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

 a { background-color: rgb(146,177,235); }

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

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

 span { border-color: rgb(146,177,235); }

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