#76B0DB

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

Shades of Jordy Blue #76B0DB

Tints of Jordy Blue #76B0DB

Color information

#76B0DB (or 0x76B0DB) is unknown color: approx Jordy Blue. HEX triplet: 76, B0 and DB. RGB value is (118,176,219). Sum of RGB (Red+Green+Blue) = 118+176+219=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #76B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0DB is #894F24. Grayscale: #A3A3A3. Windows color (decimal): -8998693 or 14397558. OLE color: 14397558.

HSL color Cylindrical-coordinate representation of color #76B0DB: hue angle of 205.54º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B0DB is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118176219-
CMYK0.460.2000.14
HSL205.54º58.38%66.08%-
HSV(B)205.54º46.12%85.88%-
XYZ35.7840.0272.86-
YUV163.56159.2895.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.00%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 219 (85.94% from 255) = 42.69%
R=23.00%
G=34.31%
B=42.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181762190.460.2000.14205.5458.3866.08
Hex76B0DB2E140Ece3a42
Octal166260333562401631672102
Binary111011010110000110110111011101010001110110011101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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