#75AAFA

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

Shades of Jordy Blue #75AAFA

Tints of Jordy Blue #75AAFA

Color information

#75AAFA (or 0x75AAFA) is unknown color: approx Jordy Blue. HEX triplet: 75, AA and FA. RGB value is (117,170,250). Sum of RGB (Red+Green+Blue) = 117+170+250=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #75AAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AAFA is #8A5505. Grayscale: #A2A2A2. Windows color (decimal): -9065734 or 16427637. OLE color: 16427637.

HSL color Cylindrical-coordinate representation of color #75AAFA: hue angle of 216.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75AAFA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117170250-
CMYK0.530.3200.02
HSL216.09º93.01%71.96%-
HSV(B)216.09º53.2%98.04%-
XYZ38.9739.4396-
YUV163.27176.9495-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.79%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=21.79%
G=31.66%
B=46.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171702500.530.3200.02216.0993.0171.96
Hex75AAFA352002d85d48
Octal165252372654002330135110
Binary111010110101010111110101101011000000101101100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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