#7FA9FE

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

Shades of Jordy Blue #7FA9FE

Tints of Jordy Blue #7FA9FE

Color information

#7FA9FE (or 0x7FA9FE) is unknown color: approx Jordy Blue. HEX triplet: 7F, A9 and FE. RGB value is (127,169,254). Sum of RGB (Red+Green+Blue) = 127+169+254=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FA9FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA9FE is #805601. Grayscale: #A5A5A5. Windows color (decimal): -8410626 or 16689535. OLE color: 16689535.

HSL color Cylindrical-coordinate representation of color #7FA9FE: hue angle of 220.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FA9FE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB127169254-
CMYK0.500.3300.00
HSL220.16º98.45%74.71%-
HSV(B)220.16º50%99.61%-
XYZ40.8340.0499.34-
YUV166.13177.59100.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.09%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=23.09%
G=30.73%
B=46.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1271692540.500.3300.00220.1698.4574.71
Hex7FA9FE322100dc624b
Octal177251376624100334142113
Binary11111111010100111111110110010100001001101110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,169,254); }

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

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

 a { background-color: rgb(127,169,254); }

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

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

 span { border-color: rgb(127,169,254); }

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