#7FA7EB

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

Shades of Jordy Blue #7FA7EB

Tints of Jordy Blue #7FA7EB

Color information

#7FA7EB (or 0x7FA7EB) is unknown color: approx Jordy Blue. HEX triplet: 7F, A7 and EB. RGB value is (127,167,235). Sum of RGB (Red+Green+Blue) = 127+167+235=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FA7EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA7EB is #805814. Grayscale: #A2A2A2. Windows color (decimal): -8411157 or 15443839. OLE color: 15443839.

HSL color Cylindrical-coordinate representation of color #7FA7EB: hue angle of 217.78º 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 #7FA7EB is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127167235-
CMYK0.460.2900.08
HSL217.78º72.97%70.98%-
HSV(B)217.78º45.96%92.16%-
XYZ37.5738.1583.98-
YUV162.79168.75102.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 167 (65.62% from 255) = 31.57%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=24.01%
G=31.57%
B=44.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271672350.460.2900.08217.7872.9770.98
Hex7FA7EB2E1D08da4947
Octal1772473535635010332111107
Binary1111111101001111110101110111011101010001101101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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