#76A7FA

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

Shades of Jordy Blue #76A7FA

Tints of Jordy Blue #76A7FA

Color information

#76A7FA (or 0x76A7FA) is unknown color: approx Jordy Blue. HEX triplet: 76, A7 and FA. RGB value is (118,167,250). Sum of RGB (Red+Green+Blue) = 118+167+250=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #76A7FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A7FA is #895805. Grayscale: #A1A1A1. Windows color (decimal): -9000966 or 16426870. OLE color: 16426870.

HSL color Cylindrical-coordinate representation of color #76A7FA: hue angle of 217.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A7FA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118167250-
CMYK0.530.3300.02
HSL217.73º92.96%72.16%-
HSV(B)217.73º52.8%98.04%-
XYZ38.5538.3995.82-
YUV161.81177.7796.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.06%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=22.06%
G=31.21%
B=46.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181672500.530.3300.02217.7392.9672.16
Hex76A7FA352102da5d48
Octal166247372654102332135110
Binary111011010100111111110101101011000010101101101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A7FA; }

 p { color: rgb(118,167,250); }

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

<style>
 a { background-color: #76A7FA; }

 a { background-color: rgb(118,167,250); }

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

<style>
 span { border-color: #76A7FA; }

 span { border-color: rgb(118,167,250); }

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