#7FA8EC

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

Shades of Jordy Blue #7FA8EC

Tints of Jordy Blue #7FA8EC

Color information

#7FA8EC (or 0x7FA8EC) is unknown color: approx Jordy Blue. HEX triplet: 7F, A8 and EC. RGB value is (127,168,236). Sum of RGB (Red+Green+Blue) = 127+168+236=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FA8EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FA8EC is #805713. Grayscale: #A3A3A3. Windows color (decimal): -8410900 or 15509631. OLE color: 15509631.

HSL color Cylindrical-coordinate representation of color #7FA8EC: hue angle of 217.43º 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 #7FA8EC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127168236-
CMYK0.460.2900.07
HSL217.43º74.15%71.18%-
HSV(B)217.43º46.19%92.55%-
XYZ37.938.5784.8-
YUV163.49168.92101.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.92%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=23.92%
G=31.64%
B=44.44%

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
Decimal1271682360.460.2900.07217.4374.1571.18
Hex7FA8EC2E1D07d94a47
Octal177250354563507331112107
Binary111111110101000111011001011101110101111101100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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