#7FA9D8

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

Shades of Jordy Blue #7FA9D8

Tints of Jordy Blue #7FA9D8

Color information

#7FA9D8 (or 0x7FA9D8) is unknown color: approx Jordy Blue. HEX triplet: 7F, A9 and D8. RGB value is (127,169,216). Sum of RGB (Red+Green+Blue) = 127+169+216=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #7FA9D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA9D8 is #805627. Grayscale: #A1A1A1. Windows color (decimal): -8410664 or 14199167. OLE color: 14199167.

HSL color Cylindrical-coordinate representation of color #7FA9D8: hue angle of 211.69º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FA9D8 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127169216-
CMYK0.410.2200.15
HSL211.69º53.29%67.25%-
HSV(B)211.69º41.2%84.71%-
XYZ35.3437.8570.41-
YUV161.8158.59103.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 216 (84.77% from 255) = 42.19%
R=24.80%
G=33.01%
B=42.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271692160.410.2200.15211.6953.2967.25
Hex7FA9D829160Fd43543
Octal177251330512601732465103
Binary111111110101001110110001010011011001111110101001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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