#75A0EA

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

Shades of Jordy Blue #75A0EA

Tints of Jordy Blue #75A0EA

Color information

#75A0EA (or 0x75A0EA) is unknown color: approx Jordy Blue. HEX triplet: 75, A0 and EA. RGB value is (117,160,234). Sum of RGB (Red+Green+Blue) = 117+160+234=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #75A0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A0EA is #8A5F15. Grayscale: #9B9B9B. Windows color (decimal): -9068310 or 15376501. OLE color: 15376501.

HSL color Cylindrical-coordinate representation of color #75A0EA: hue angle of 217.95º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75A0EA is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117160234-
CMYK0.50.3200.08
HSL217.95º73.58%68.82%-
HSV(B)217.95º50%91.76%-
XYZ34.7634.8682.74-
YUV155.58172.25100.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.90%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=22.90%
G=31.31%
B=45.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171602340.50.3200.08217.9573.5868.82
Hex75A0EA322008da4a45
Octal1652403526240010332112105
Binary11101011010000011101010110010100000010001101101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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