#76A9ED

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

Shades of Jordy Blue #76A9ED

Tints of Jordy Blue #76A9ED

Color information

#76A9ED (or 0x76A9ED) is unknown color: approx Jordy Blue. HEX triplet: 76, A9 and ED. RGB value is (118,169,237). Sum of RGB (Red+Green+Blue) = 118+169+237=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #76A9ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A9ED is #895612. Grayscale: #A1A1A1. Windows color (decimal): -9000467 or 15575414. OLE color: 15575414.

HSL color Cylindrical-coordinate representation of color #76A9ED: hue angle of 214.29º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A9ED is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118169237-
CMYK0.500.2900.07
HSL214.29º76.77%69.61%-
HSV(B)214.29º50.21%92.94%-
XYZ36.9538.3485.57-
YUV161.5170.696.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.52%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=22.52%
G=32.25%
B=45.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181692370.500.2900.07214.2976.7769.61
Hex76A9ED321D07d64d46
Octal166251355623507326115106
Binary111011010101001111011011100101110101111101011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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