#75abd5

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

Shades of Jordy Blue #75ABD5

Tints of Jordy Blue #75ABD5

Color information

#75ABD5 (or 0x75ABD5) is unknown color: approx Jordy Blue. HEX triplet: 75, AB and D5. RGB value is (117,171,213). Sum of RGB (Red+Green+Blue) = 117+171+213=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #75ABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABD5 is #8A542A. Grayscale: #9F9F9F. Windows color (decimal): -9065515 or 14003061. OLE color: 14003061.

HSL color Cylindrical-coordinate representation of color #75ABD5: hue angle of 206.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75ABD5 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117171213-
CMYK0.450.2000.16
HSL206.25º53.33%64.71%-
HSV(B)206.25º45.07%83.53%-
XYZ33.9137.7168.44-
YUV159.64158.1197.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=23.35%
G=34.13%
B=42.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171712130.450.2000.16206.2553.3364.71
Hex75ABD52D14010ce3541
Octal165253325552402031665101
Binary1110101101010111101010110110110100010000110011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75abd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,171,213); }

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

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

 a { background-color: rgb(117,171,213); }

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

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

 span { border-color: rgb(117,171,213); }

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