#76B4DD

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

Shades of Jordy Blue #76B4DD

Tints of Jordy Blue #76B4DD

Color information

#76B4DD (or 0x76B4DD) is unknown color: approx Jordy Blue. HEX triplet: 76, B4 and DD. RGB value is (118,180,221). Sum of RGB (Red+Green+Blue) = 118+180+221=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #76B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B4DD is #894B22. Grayscale: #A5A5A5. Windows color (decimal): -8997667 or 14529654. OLE color: 14529654.

HSL color Cylindrical-coordinate representation of color #76B4DD: hue angle of 203.88º 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 #76B4DD is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118180221-
CMYK0.470.1900.13
HSL203.88º60.23%66.47%-
HSV(B)203.88º46.61%86.67%-
XYZ36.8441.7174.52-
YUV166.14158.9693.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.74%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=22.74%
G=34.68%
B=42.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181802210.470.1900.13203.8860.2366.47
Hex76B4DD2F130Dcc3c42
Octal166264335572301531474102
Binary111011010110100110111011011111001101101110011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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