#7FAAFE

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

Shades of Jordy Blue #7FAAFE

Tints of Jordy Blue #7FAAFE

Color information

#7FAAFE (or 0x7FAAFE) is unknown color: approx Jordy Blue. HEX triplet: 7F, AA and FE. RGB value is (127,170,254). Sum of RGB (Red+Green+Blue) = 127+170+254=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FAAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAFE is #805501. Grayscale: #A6A6A6. Windows color (decimal): -8410370 or 16689791. OLE color: 16689791.

HSL color Cylindrical-coordinate representation of color #7FAAFE: hue angle of 219.69º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FAAFE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB127170254-
CMYK0.500.3300.00
HSL219.69º98.45%74.71%-
HSV(B)219.69º50%99.61%-
XYZ41.0240.4299.41-
YUV166.72177.2599.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.05%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=23.05%
G=30.85%
B=46.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1271702540.500.3300.00219.6998.4574.71
Hex7FAAFE322100dc624b
Octal177252376624100334142113
Binary11111111010101011111110110010100001001101110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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