#76B1DD

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

Shades of Jordy Blue #76B1DD

Tints of Jordy Blue #76B1DD

Color information

#76B1DD (or 0x76B1DD) is unknown color: approx Jordy Blue. HEX triplet: 76, B1 and DD. RGB value is (118,177,221). Sum of RGB (Red+Green+Blue) = 118+177+221=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #76B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B1DD is #894E22. Grayscale: #A4A4A4. Windows color (decimal): -8998435 or 14528886. OLE color: 14528886.

HSL color Cylindrical-coordinate representation of color #76B1DD: hue angle of 205.63º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76B1DD is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118177221-
CMYK0.470.2000.13
HSL205.63º60.23%66.47%-
HSV(B)205.63º46.61%86.67%-
XYZ36.2440.5274.32-
YUV164.38159.9594.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.87%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=22.87%
G=34.30%
B=42.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181772210.470.2000.13205.6360.2366.47
Hex76B1DD2F140Dce3c42
Octal166261335572401531674102
Binary111011010110001110111011011111010001101110011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,177,221); }

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

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

 a { background-color: rgb(118,177,221); }

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

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

 span { border-color: rgb(118,177,221); }

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