#75A1DF

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

Shades of Jordy Blue #75A1DF

Tints of Jordy Blue #75A1DF

Color information

#75A1DF (or 0x75A1DF) is unknown color: approx Jordy Blue. HEX triplet: 75, A1 and DF. RGB value is (117,161,223). Sum of RGB (Red+Green+Blue) = 117+161+223=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #75A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A1DF is #8A5E20. Grayscale: #9A9A9A. Windows color (decimal): -9068065 or 14655861. OLE color: 14655861.

HSL color Cylindrical-coordinate representation of color #75A1DF: hue angle of 215.09º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A1DF is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117161223-
CMYK0.480.2800.13
HSL215.09º62.35%66.67%-
HSV(B)215.09º47.53%87.45%-
XYZ33.434.674.73-
YUV154.91166.42100.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=23.35%
G=32.14%
B=44.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171612230.480.2800.13215.0962.3566.67
Hex75A1DF301C0Dd73e43
Octal165241337603401532776103
Binary111010110100001110111111100001110001101110101111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,161,223); }

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

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

 a { background-color: rgb(117,161,223); }

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

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

 span { border-color: rgb(117,161,223); }

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