#7BA6FA

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

Shades of Jordy Blue #7BA6FA

Tints of Jordy Blue #7BA6FA

Color information

#7BA6FA (or 0x7BA6FA) is unknown color: approx Jordy Blue. HEX triplet: 7B, A6 and FA. RGB value is (123,166,250). Sum of RGB (Red+Green+Blue) = 123+166+250=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BA6FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA6FA is #845905. Grayscale: #A2A2A2. Windows color (decimal): -8673542 or 16426619. OLE color: 16426619.

HSL color Cylindrical-coordinate representation of color #7BA6FA: hue angle of 219.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA6FA is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB123166250-
CMYK0.510.3400.02
HSL219.69º92.7%73.14%-
HSV(B)219.69º50.8%98.04%-
XYZ39.0638.3995.79-
YUV162.72177.2599.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.82%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=22.82%
G=30.80%
B=46.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1231662500.510.3400.02219.6992.773.14
Hex7BA6FA332202dc5d49
Octal173246372634202334135111
Binary111101110100110111110101100111000100101101110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,166,250); }

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

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

 a { background-color: rgb(123,166,250); }

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

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

 span { border-color: rgb(123,166,250); }

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