#7FAAFF

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

Shades of Jordy Blue #7FAAFF

Tints of Jordy Blue #7FAAFF

Color information

#7FAAFF (or 0x7FAAFF) is unknown color: approx Jordy Blue. HEX triplet: 7F, AA and FF. RGB value is (127,170,255). Sum of RGB (Red+Green+Blue) = 127+170+255=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAFF is #805500. Grayscale: #A6A6A6. Windows color (decimal): -8410369 or 16755327. OLE color: 16755327.

HSL color Cylindrical-coordinate representation of color #7FAAFF: hue angle of 219.84º 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 #7FAAFF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB127170255-
CMYK0.500.3300
HSL219.84º100%74.9%-
HSV(B)219.84º50.2%100%-
XYZ41.1840.48100.25-
YUV166.83177.7599.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.01%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 255 (100% from 255) = 46.20%
R=23.01%
G=30.80%
B=46.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1271702550.500.3300219.8410074.9
Hex7FAAFF322100dc644b
Octal177252377624100334144113
Binary11111111010101011111111110010100001001101110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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