#75A7F8

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

Shades of Jordy Blue #75A7F8

Tints of Jordy Blue #75A7F8

Color information

#75A7F8 (or 0x75A7F8) is unknown color: approx Jordy Blue. HEX triplet: 75, A7 and F8. RGB value is (117,167,248). Sum of RGB (Red+Green+Blue) = 117+167+248=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #75A7F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A7F8 is #8A5807. Grayscale: #A0A0A0. Windows color (decimal): -9066504 or 16295797. OLE color: 16295797.

HSL color Cylindrical-coordinate representation of color #75A7F8: hue angle of 217.1º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75A7F8 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB117167248-
CMYK0.530.3300.03
HSL217.1º90.34%71.57%-
HSV(B)217.1º52.82%97.25%-
XYZ38.138.294.17-
YUV161.28176.9496.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.99%
GREEN value IS 167 (65.62% from 255) = 31.39%
BLUE value IS 248 (97.27% from 255) = 46.62%
R=21.99%
G=31.39%
B=46.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1171672480.530.3300.03217.190.3471.57
Hex75A7F8352103d95a48
Octal165247370654103331132110
Binary111010110100111111110001101011000010111101100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,167,248); }

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

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

 a { background-color: rgb(117,167,248); }

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

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

 span { border-color: rgb(117,167,248); }

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