#7FAEFA

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

Shades of Jordy Blue #7FAEFA

Tints of Jordy Blue #7FAEFA

Color information

#7FAEFA (or 0x7FAEFA) is unknown color: approx Jordy Blue. HEX triplet: 7F, AE and FA. RGB value is (127,174,250). Sum of RGB (Red+Green+Blue) = 127+174+250=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FAEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAEFA is #805105. Grayscale: #A8A8A8. Windows color (decimal): -8409350 or 16428671. OLE color: 16428671.

HSL color Cylindrical-coordinate representation of color #7FAEFA: hue angle of 217.07º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FAEFA is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127174250-
CMYK0.490.3000.02
HSL217.07º92.48%73.92%-
HSV(B)217.07º49.2%98.04%-
XYZ41.1441.6996.32-
YUV168.61173.9398.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.05%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=23.05%
G=31.58%
B=45.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271742500.490.3000.02217.0792.4873.92
Hex7FAEFA311E02d95c4a
Octal177256372613602331134112
Binary11111111010111011111010110001111100101101100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,174,250); }

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

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

 a { background-color: rgb(127,174,250); }

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

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

 span { border-color: rgb(127,174,250); }

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