#76B0EB

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

Shades of Jordy Blue #76B0EB

Tints of Jordy Blue #76B0EB

Color information

#76B0EB (or 0x76B0EB) is unknown color: approx Jordy Blue. HEX triplet: 76, B0 and EB. RGB value is (118,176,235). Sum of RGB (Red+Green+Blue) = 118+176+235=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #76B0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76B0EB is #894F14. Grayscale: #A5A5A5. Windows color (decimal): -8998677 or 15446134. OLE color: 15446134.

HSL color Cylindrical-coordinate representation of color #76B0EB: hue angle of 210.26º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76B0EB is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118176235-
CMYK0.500.2500.08
HSL210.26º74.52%69.22%-
HSV(B)210.26º49.79%92.16%-
XYZ37.9940.984.49-
YUV165.38167.2894.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.31%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=22.31%
G=33.27%
B=44.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181762350.500.2500.08210.2674.5269.22
Hex76B0EB321908d24b45
Octal1662603536231010322113105
Binary1110110101100001110101111001011001010001101001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,176,235); }

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

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

 a { background-color: rgb(118,176,235); }

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

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

 span { border-color: rgb(118,176,235); }

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