#76B4DE

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

Shades of Jordy Blue #76B4DE

Tints of Jordy Blue #76B4DE

Color information

#76B4DE (or 0x76B4DE) is unknown color: approx Jordy Blue. HEX triplet: 76, B4 and DE. RGB value is (118,180,222). Sum of RGB (Red+Green+Blue) = 118+180+222=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #76B4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B4DE is #894B21. Grayscale: #A6A6A6. Windows color (decimal): -8997666 or 14595190. OLE color: 14595190.

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

Color convert

RGB118180222-
CMYK0.470.1900.13
HSL204.23º61.18%66.67%-
HSV(B)204.23º46.85%87.06%-
XYZ36.9841.7775.22-
YUV166.25159.4693.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.69%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=22.69%
G=34.62%
B=42.69%

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
Decimal1181802220.470.1900.13204.2361.1866.67
Hex76B4DE2F130Dcc3d43
Octal166264336572301531475103
Binary111011010110100110111101011111001101101110011001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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