#7BA0EF

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

Shades of Jordy Blue #7BA0EF

Tints of Jordy Blue #7BA0EF

Color information

#7BA0EF (or 0x7BA0EF) is unknown color: approx Jordy Blue. HEX triplet: 7B, A0 and EF. RGB value is (123,160,239). Sum of RGB (Red+Green+Blue) = 123+160+239=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BA0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA0EF is #845F10. Grayscale: #9D9D9D. Windows color (decimal): -8675089 or 15704187. OLE color: 15704187.

HSL color Cylindrical-coordinate representation of color #7BA0EF: hue angle of 220.86º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BA0EF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123160239-
CMYK0.490.3300.06
HSL220.86º78.38%70.98%-
HSV(B)220.86º48.54%93.73%-
XYZ36.3235.5886.62-
YUV157.94173.74103.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.56%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=23.56%
G=30.65%
B=45.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231602390.490.3300.06220.8678.3870.98
Hex7BA0EF312106dd4e47
Octal173240357614106335116107
Binary1111011101000001110111111000110000101101101110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BA0EF; }

 p { color: rgb(123,160,239); }

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

<style>
 a { background-color: #7BA0EF; }

 a { background-color: rgb(123,160,239); }

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

<style>
 span { border-color: #7BA0EF; }

 span { border-color: rgb(123,160,239); }

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