#7FA7EC

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

Shades of Jordy Blue #7FA7EC

Tints of Jordy Blue #7FA7EC

Color information

#7FA7EC (or 0x7FA7EC) is unknown color: approx Jordy Blue. HEX triplet: 7F, A7 and EC. RGB value is (127,167,236). Sum of RGB (Red+Green+Blue) = 127+167+236=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FA7EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA7EC is #805813. Grayscale: #A2A2A2. Windows color (decimal): -8411156 or 15509375. OLE color: 15509375.

HSL color Cylindrical-coordinate representation of color #7FA7EC: hue angle of 217.98º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FA7EC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127167236-
CMYK0.460.2900.07
HSL217.98º74.15%71.18%-
HSV(B)217.98º46.19%92.55%-
XYZ37.7138.2184.74-
YUV162.91169.25102.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=23.96%
G=31.51%
B=44.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271672360.460.2900.07217.9874.1571.18
Hex7FA7EC2E1D07da4a47
Octal177247354563507332112107
Binary111111110100111111011001011101110101111101101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,167,236); }

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

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

 a { background-color: rgb(127,167,236); }

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

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

 span { border-color: rgb(127,167,236); }

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