#76A3E4

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

Shades of Jordy Blue #76A3E4

Tints of Jordy Blue #76A3E4

Color information

#76A3E4 (or 0x76A3E4) is unknown color: approx Jordy Blue. HEX triplet: 76, A3 and E4. RGB value is (118,163,228). Sum of RGB (Red+Green+Blue) = 118+163+228=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #76A3E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3E4 is #895C1B. Grayscale: #9C9C9C. Windows color (decimal): -9002012 or 14984054. OLE color: 14984054.

HSL color Cylindrical-coordinate representation of color #76A3E4: hue angle of 215.45º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76A3E4 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118163228-
CMYK0.480.2900.11
HSL215.45º67.07%67.84%-
HSV(B)215.45º48.25%89.41%-
XYZ34.5735.6578.46-
YUV156.95168.09100.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 228 (89.45% from 255) = 44.79%
R=23.18%
G=32.02%
B=44.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181632280.480.2900.11215.4567.0767.84
Hex76A3E4301D0Bd74344
Octal1662433446035013327103104
Binary1110110101000111110010011000011101010111101011110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,163,228); }

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

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

 a { background-color: rgb(118,163,228); }

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

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

 span { border-color: rgb(118,163,228); }

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