#92AFEA

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

Shades of Jordy Blue #92AFEA

Tints of Jordy Blue #92AFEA

Color information

#92AFEA (or 0x92AFEA) is unknown color: approx Jordy Blue. HEX triplet: 92, AF and EA. RGB value is (146,175,234). Sum of RGB (Red+Green+Blue) = 146+175+234=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #92AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92AFEA is #6D5015. Grayscale: #ACACAC. Windows color (decimal): -7163926 or 15380370. OLE color: 15380370.

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

Color convert

RGB146175234-
CMYK0.380.2500.08
HSL220.23º67.69%74.51%-
HSV(B)220.23º37.61%91.76%-
XYZ42.0442.7183.87-
YUV173.06162.39108.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.31%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=26.31%
G=31.53%
B=42.16%

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
Decimal1461752340.380.2500.08220.2367.6974.51
Hex92AFEA261908dc444b
Octal2222573524631010334104113
Binary10010010101011111110101010011011001010001101110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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