#75A8DD

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

Shades of Jordy Blue #75A8DD

Tints of Jordy Blue #75A8DD

Color information

#75A8DD (or 0x75A8DD) is unknown color: approx Jordy Blue. HEX triplet: 75, A8 and DD. RGB value is (117,168,221). Sum of RGB (Red+Green+Blue) = 117+168+221=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #75A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8DD is #8A5722. Grayscale: #9E9E9E. Windows color (decimal): -9066275 or 14526581. OLE color: 14526581.

HSL color Cylindrical-coordinate representation of color #75A8DD: hue angle of 210.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A8DD is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117168221-
CMYK0.470.2400.13
HSL210.58º60.47%66.27%-
HSV(B)210.58º47.06%86.67%-
XYZ34.3937.0173.74-
YUV158.79163.198.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.12%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=23.12%
G=33.20%
B=43.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171682210.470.2400.13210.5860.4766.27
Hex75A8DD2F180Dd33c42
Octal165250335573001532374102
Binary111010110101000110111011011111100001101110100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,168,221); }

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

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

 a { background-color: rgb(117,168,221); }

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

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

 span { border-color: rgb(117,168,221); }

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