#7FAAF6

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

Shades of Jordy Blue #7FAAF6

Tints of Jordy Blue #7FAAF6

Color information

#7FAAF6 (or 0x7FAAF6) is unknown color: approx Jordy Blue. HEX triplet: 7F, AA and F6. RGB value is (127,170,246). Sum of RGB (Red+Green+Blue) = 127+170+246=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FAAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAF6 is #805509. Grayscale: #A5A5A5. Windows color (decimal): -8410378 or 16165503. OLE color: 16165503.

HSL color Cylindrical-coordinate representation of color #7FAAF6: hue angle of 218.32º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FAAF6 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127170246-
CMYK0.480.3100.04
HSL218.32º86.86%73.14%-
HSV(B)218.32º48.37%96.47%-
XYZ39.7639.9292.8-
YUV165.81173.25100.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.39%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 246 (96.48% from 255) = 45.30%
R=23.39%
G=31.31%
B=45.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271702460.480.3100.04218.3286.8673.14
Hex7FAAF6301F04da5749
Octal177252366603704332127111
Binary111111110101010111101101100001111101001101101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,170,246); }

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

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

 a { background-color: rgb(127,170,246); }

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

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

 span { border-color: rgb(127,170,246); }

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