#92B0EB

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

Shades of Jordy Blue #92B0EB

Tints of Jordy Blue #92B0EB

Color information

#92B0EB (or 0x92B0EB) is unknown color: approx Jordy Blue. HEX triplet: 92, B0 and EB. RGB value is (146,176,235). Sum of RGB (Red+Green+Blue) = 146+176+235=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #92B0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B0EB is #6D4F14. Grayscale: #ADADAD. Windows color (decimal): -7163669 or 15446162. OLE color: 15446162.

HSL color Cylindrical-coordinate representation of color #92B0EB: hue angle of 219.78º 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 #92B0EB is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146176235-
CMYK0.380.2500.08
HSL219.78º68.99%74.71%-
HSV(B)219.78º37.87%92.16%-
XYZ42.3743.1684.69-
YUV173.76162.56108.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.21%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=26.21%
G=31.60%
B=42.19%

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
Decimal1461762350.380.2500.08219.7868.9974.71
Hex92B0EB261908dc454b
Octal2222603534631010334105113
Binary10010010101100001110101110011011001010001101110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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