#7fa0eb

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

Shades of Jordy Blue #7FA0EB

Tints of Jordy Blue #7FA0EB

Color information

#7FA0EB (or 0x7FA0EB) is unknown color: approx Jordy Blue. HEX triplet: 7F, A0 and EB. RGB value is (127,160,235). Sum of RGB (Red+Green+Blue) = 127+160+235=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FA0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA0EB is #805F14. Grayscale: #9E9E9E. Windows color (decimal): -8412949 or 15442047. OLE color: 15442047.

HSL color Cylindrical-coordinate representation of color #7FA0EB: hue angle of 221.67º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FA0EB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127160235-
CMYK0.460.3200.08
HSL221.67º72.97%70.98%-
HSV(B)221.67º45.96%92.16%-
XYZ36.3235.6583.56-
YUV158.68171.07105.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.33%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=24.33%
G=30.65%
B=45.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271602350.460.3200.08221.6772.9770.98
Hex7FA0EB2E2008de4947
Octal1772403535640010336111107
Binary11111111010000011101011101110100000010001101111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fa0eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,160,235); }

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

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

 a { background-color: rgb(127,160,235); }

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

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

 span { border-color: rgb(127,160,235); }

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