#92B3EA

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

Shades of Jordy Blue #92B3EA

Tints of Jordy Blue #92B3EA

Color information

#92B3EA (or 0x92B3EA) is unknown color: approx Jordy Blue. HEX triplet: 92, B3 and EA. RGB value is (146,179,234). Sum of RGB (Red+Green+Blue) = 146+179+234=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #92B3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B3EA is #6D4C15. Grayscale: #AFAFAF. Windows color (decimal): -7162902 or 15381394. OLE color: 15381394.

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

Color convert

RGB146179234-
CMYK0.380.2400.08
HSL217.5º67.69%74.51%-
HSV(B)217.5º37.61%91.76%-
XYZ42.8344.2984.13-
YUV175.4161.07107.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.12%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=26.12%
G=32.02%
B=41.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461792340.380.2400.08217.567.6974.51
Hex92B3EA261808da444b
Octal2222633524630010332104113
Binary10010010101100111110101010011011000010001101101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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