#75A7D4

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

Shades of Jordy Blue #75A7D4

Tints of Jordy Blue #75A7D4

Color information

#75A7D4 (or 0x75A7D4) is unknown color: approx Jordy Blue. HEX triplet: 75, A7 and D4. RGB value is (117,167,212). Sum of RGB (Red+Green+Blue) = 117+167+212=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #75A7D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A7D4 is #8A582B. Grayscale: #9C9C9C. Windows color (decimal): -9066540 or 13936501. OLE color: 13936501.

HSL color Cylindrical-coordinate representation of color #75A7D4: hue angle of 208.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75A7D4 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117167212-
CMYK0.450.2100.17
HSL208.42º52.49%64.51%-
HSV(B)208.42º44.81%83.14%-
XYZ33.0436.1767.53-
YUV157.18158.9499.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 212 (83.20% from 255) = 42.74%
R=23.59%
G=33.67%
B=42.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171672120.450.2100.17208.4252.4964.51
Hex75A7D42D15011d03441
Octal165247324552502132064101
Binary1110101101001111101010010110110101010001110100001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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