#75A0DF

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

Shades of Jordy Blue #75A0DF

Tints of Jordy Blue #75A0DF

Color information

#75A0DF (or 0x75A0DF) is unknown color: approx Jordy Blue. HEX triplet: 75, A0 and DF. RGB value is (117,160,223). Sum of RGB (Red+Green+Blue) = 117+160+223=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #75A0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0DF is #8A5F20. Grayscale: #9A9A9A. Windows color (decimal): -9068321 or 14655605. OLE color: 14655605.

HSL color Cylindrical-coordinate representation of color #75A0DF: hue angle of 215.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A0DF is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117160223-
CMYK0.480.2800.13
HSL215.66º62.35%66.67%-
HSV(B)215.66º47.53%87.45%-
XYZ33.2334.2574.67-
YUV154.32166.75101.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.4%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=23.4%
G=32%
B=44.6%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171602230.480.2800.13215.6662.3566.67
Hex75A0DF301C0Dd83e43
Octal165240337603401533076103
Binary111010110100000110111111100001110001101110110001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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