#7FA9DF

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

Shades of Jordy Blue #7FA9DF

Tints of Jordy Blue #7FA9DF

Color information

#7FA9DF (or 0x7FA9DF) is unknown color: approx Jordy Blue. HEX triplet: 7F, A9 and DF. RGB value is (127,169,223). Sum of RGB (Red+Green+Blue) = 127+169+223=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FA9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA9DF is #805620. Grayscale: #A2A2A2. Windows color (decimal): -8410657 or 14657919. OLE color: 14657919.

HSL color Cylindrical-coordinate representation of color #7FA9DF: hue angle of 213.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FA9DF is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127169223-
CMYK0.430.2400.13
HSL213.75º60%68.63%-
HSV(B)213.75º43.05%87.45%-
XYZ36.2638.2275.28-
YUV162.6162.09102.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=24.47%
G=32.56%
B=42.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1271692230.430.2400.13213.756068.63
Hex7FA9DF2B180Dd63c45
Octal177251337533001532674105
Binary111111110101001110111111010111100001101110101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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