#75aadf

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

Shades of Jordy Blue #75AADF

Tints of Jordy Blue #75AADF

Color information

#75AADF (or 0x75AADF) is unknown color: approx Jordy Blue. HEX triplet: 75, AA and DF. RGB value is (117,170,223). Sum of RGB (Red+Green+Blue) = 117+170+223=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #75AADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AADF is #8A5520. Grayscale: #9F9F9F. Windows color (decimal): -9065761 or 14658165. OLE color: 14658165.

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

Color convert

RGB117170223-
CMYK0.480.2400.13
HSL210º62.35%66.67%-
HSV(B)210º47.53%87.45%-
XYZ35.0337.8675.27-
YUV160.2163.4497.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.94%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=22.94%
G=33.33%
B=43.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171702230.480.2400.1321062.3566.67
Hex75AADF30180Dd23e43
Octal165252337603001532276103
Binary111010110101010110111111100001100001101110100101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75aadf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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