#76B0ED

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

Shades of Jordy Blue #76B0ED

Tints of Jordy Blue #76B0ED

Color information

#76B0ED (or 0x76B0ED) is unknown color: approx Jordy Blue. HEX triplet: 76, B0 and ED. RGB value is (118,176,237). Sum of RGB (Red+Green+Blue) = 118+176+237=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #76B0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76B0ED is #894F12. Grayscale: #A5A5A5. Windows color (decimal): -8998675 or 15577206. OLE color: 15577206.

HSL color Cylindrical-coordinate representation of color #76B0ED: hue angle of 210.76º 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 #76B0ED is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118176237-
CMYK0.500.2600.07
HSL210.76º76.77%69.61%-
HSV(B)210.76º50.21%92.94%-
XYZ38.2841.0286.02-
YUV165.61168.2894.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.22%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=22.22%
G=33.15%
B=44.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181762370.500.2600.07210.7676.7769.61
Hex76B0ED321A07d34d46
Octal166260355623207323115106
Binary111011010110000111011011100101101001111101001110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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