#75A6DD

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

Shades of Jordy Blue #75A6DD

Tints of Jordy Blue #75A6DD

Color information

#75A6DD (or 0x75A6DD) is unknown color: approx Jordy Blue. HEX triplet: 75, A6 and DD. RGB value is (117,166,221). Sum of RGB (Red+Green+Blue) = 117+166+221=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #75A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A6DD is #8A5922. Grayscale: #9D9D9D. Windows color (decimal): -9066787 or 14526069. OLE color: 14526069.

HSL color Cylindrical-coordinate representation of color #75A6DD: hue angle of 211.73º 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 #75A6DD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117166221-
CMYK0.470.2500.13
HSL211.73º60.47%66.27%-
HSV(B)211.73º47.06%86.67%-
XYZ34.0236.2773.62-
YUV157.62163.7799.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.21%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=23.21%
G=32.94%
B=43.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171662210.470.2500.13211.7360.4766.27
Hex75A6DD2F190Dd43c42
Octal165246335573101532474102
Binary111010110100110110111011011111100101101110101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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