#92B4EB

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

Shades of Jordy Blue #92B4EB

Tints of Jordy Blue #92B4EB

Color information

#92B4EB (or 0x92B4EB) is unknown color: approx Jordy Blue. HEX triplet: 92, B4 and EB. RGB value is (146,180,235). Sum of RGB (Red+Green+Blue) = 146+180+235=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #92B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B4EB is #6D4B14. Grayscale: #AFAFAF. Windows color (decimal): -7162645 or 15447186. OLE color: 15447186.

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

Color convert

RGB146180235-
CMYK0.380.2300.08
HSL217.08º68.99%74.71%-
HSV(B)217.08º37.87%92.16%-
XYZ43.1744.7584.96-
YUV176.1161.24106.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.02%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=26.02%
G=32.09%
B=41.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461802350.380.2300.08217.0868.9974.71
Hex92B4EB261708d9454b
Octal2222643534627010331105113
Binary10010010101101001110101110011010111010001101100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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