#92B0EA

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

Shades of Jordy Blue #92B0EA

Tints of Jordy Blue #92B0EA

Color information

#92B0EA (or 0x92B0EA) is unknown color: approx Jordy Blue. HEX triplet: 92, B0 and EA. RGB value is (146,176,234). Sum of RGB (Red+Green+Blue) = 146+176+234=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #92B0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B0EA is #6D4F15. Grayscale: #ADADAD. Windows color (decimal): -7163670 or 15380626. OLE color: 15380626.

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

Color convert

RGB146176234-
CMYK0.380.2500.08
HSL219.55º67.69%74.51%-
HSV(B)219.55º37.61%91.76%-
XYZ42.2343.183.94-
YUV173.64162.06108.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.26%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=26.26%
G=31.65%
B=42.09%

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
Decimal1461762340.380.2500.08219.5567.6974.51
Hex92B0EA261908dc444b
Octal2222603524631010334104113
Binary10010010101100001110101010011011001010001101110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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