#75A0DB

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

Shades of Jordy Blue #75A0DB

Tints of Jordy Blue #75A0DB

Color information

#75A0DB (or 0x75A0DB) is unknown color: approx Jordy Blue. HEX triplet: 75, A0 and DB. RGB value is (117,160,219). Sum of RGB (Red+Green+Blue) = 117+160+219=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0DB is #8A5F24. Grayscale: #999999. Windows color (decimal): -9068325 or 14393461. OLE color: 14393461.

HSL color Cylindrical-coordinate representation of color #75A0DB: hue angle of 214.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A0DB is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117160219-
CMYK0.470.2700.14
HSL214.71º58.62%65.88%-
HSV(B)214.71º46.58%85.88%-
XYZ32.6934.0471.86-
YUV153.87164.75101.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=23.59%
G=32.26%
B=44.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171602190.470.2700.14214.7158.6265.88
Hex75A0DB2F1B0Ed73b42
Octal165240333573301632773102
Binary111010110100000110110111011111101101110110101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A0DB; }

 p { color: rgb(117,160,219); }

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

<style>
 a { background-color: #75A0DB; }

 a { background-color: rgb(117,160,219); }

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

<style>
 span { border-color: #75A0DB; }

 span { border-color: rgb(117,160,219); }

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