#75ADF6

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

Shades of Jordy Blue #75ADF6

Tints of Jordy Blue #75ADF6

Color information

#75ADF6 (or 0x75ADF6) is unknown color: approx Jordy Blue. HEX triplet: 75, AD and F6. RGB value is (117,173,246). Sum of RGB (Red+Green+Blue) = 117+173+246=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #75ADF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ADF6 is #8A5209. Grayscale: #A4A4A4. Windows color (decimal): -9064970 or 16166261. OLE color: 16166261.

HSL color Cylindrical-coordinate representation of color #75ADF6: hue angle of 213.95º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75ADF6 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117173246-
CMYK0.520.3000.04
HSL213.95º87.76%71.18%-
HSV(B)213.95º52.44%96.47%-
XYZ38.9140.3292.92-
YUV164.58173.9594.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.83%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 246 (96.48% from 255) = 45.90%
R=21.83%
G=32.28%
B=45.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1171732460.520.3000.04213.9587.7671.18
Hex75ADF6341E04d65847
Octal165255366643604326130107
Binary111010110101101111101101101001111001001101011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,246); }

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

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

 a { background-color: rgb(117,173,246); }

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

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

 span { border-color: rgb(117,173,246); }

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