#76A9F5

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

Shades of Jordy Blue #76A9F5

Tints of Jordy Blue #76A9F5

Color information

#76A9F5 (or 0x76A9F5) is unknown color: approx Jordy Blue. HEX triplet: 76, A9 and F5. RGB value is (118,169,245). Sum of RGB (Red+Green+Blue) = 118+169+245=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #76A9F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A9F5 is #89560A. Grayscale: #A2A2A2. Windows color (decimal): -9000459 or 16099702. OLE color: 16099702.

HSL color Cylindrical-coordinate representation of color #76A9F5: hue angle of 215.91º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76A9F5 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118169245-
CMYK0.520.3100.04
HSL215.91º86.39%71.18%-
HSV(B)215.91º51.84%96.08%-
XYZ38.1438.8291.87-
YUV162.42174.696.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.18%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 245 (96.09% from 255) = 46.05%
R=22.18%
G=31.77%
B=46.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181692450.520.3100.04215.9186.3971.18
Hex76A9F5341F04d85647
Octal166251365643704330126107
Binary111011010101001111101011101001111101001101100010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,169,245); }

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

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

 a { background-color: rgb(118,169,245); }

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

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

 span { border-color: rgb(118,169,245); }

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