#7FA9FF

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

Shades of Jordy Blue #7FA9FF

Tints of Jordy Blue #7FA9FF

Color information

#7FA9FF (or 0x7FA9FF) is unknown color: approx Jordy Blue. HEX triplet: 7F, A9 and FF. RGB value is (127,169,255). Sum of RGB (Red+Green+Blue) = 127+169+255=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FA9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA9FF is #805600. Grayscale: #A5A5A5. Windows color (decimal): -8410625 or 16755071. OLE color: 16755071.

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

Color convert

RGB127169255-
CMYK0.500.3400
HSL220.31º100%74.9%-
HSV(B)220.31º50.2%100%-
XYZ40.9940.11100.19-
YUV166.25178.09100.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.05%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 255 (100% from 255) = 46.28%
R=23.05%
G=30.67%
B=46.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1271692550.500.3400220.3110074.9
Hex7FA9FF322200dc644b
Octal177251377624200334144113
Binary11111111010100111111111110010100010001101110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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