#76A9F8

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

Shades of Jordy Blue #76A9F8

Tints of Jordy Blue #76A9F8

Color information

#76A9F8 (or 0x76A9F8) is unknown color: approx Jordy Blue. HEX triplet: 76, A9 and F8. RGB value is (118,169,248). Sum of RGB (Red+Green+Blue) = 118+169+248=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #76A9F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A9F8 is #895607. Grayscale: #A2A2A2. Windows color (decimal): -9000456 or 16296310. OLE color: 16296310.

HSL color Cylindrical-coordinate representation of color #76A9F8: hue angle of 216.46º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76A9F8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118169248-
CMYK0.520.3200.03
HSL216.46º90.28%71.76%-
HSV(B)216.46º52.42%97.25%-
XYZ38.63994.3-
YUV162.76176.196.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.06%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 248 (97.27% from 255) = 46.36%
R=22.06%
G=31.59%
B=46.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1181692480.520.3200.03216.4690.2871.76
Hex76A9F8342003d85a48
Octal166251370644003330132110
Binary111011010101001111110001101001000000111101100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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