#7FAFF5

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

Shades of Jordy Blue #7FAFF5

Tints of Jordy Blue #7FAFF5

Color information

#7FAFF5 (or 0x7FAFF5) is unknown color: approx Jordy Blue. HEX triplet: 7F, AF and F5. RGB value is (127,175,245). Sum of RGB (Red+Green+Blue) = 127+175+245=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #7FAFF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAFF5 is #80500A. Grayscale: #A8A8A8. Windows color (decimal): -8409099 or 16101247. OLE color: 16101247.

HSL color Cylindrical-coordinate representation of color #7FAFF5: hue angle of 215.59º degrees, saturation: 0.86, 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 #7FAFF5 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127175245-
CMYK0.480.2900.04
HSL215.59º85.51%72.94%-
HSV(B)215.59º48.16%96.08%-
XYZ40.5641.7692.31-
YUV168.63171.198.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 245 (96.09% from 255) = 44.79%
R=23.22%
G=31.99%
B=44.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271752450.480.2900.04215.5985.5172.94
Hex7FAFF5301D04d85649
Octal177257365603504330126111
Binary111111110101111111101011100001110101001101100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,175,245); }

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

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

 a { background-color: rgb(127,175,245); }

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

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

 span { border-color: rgb(127,175,245); }

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