#75ABFA

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

Shades of Jordy Blue #75ABFA

Tints of Jordy Blue #75ABFA

Color information

#75ABFA (or 0x75ABFA) is unknown color: approx Jordy Blue. HEX triplet: 75, AB and FA. RGB value is (117,171,250). Sum of RGB (Red+Green+Blue) = 117+171+250=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #75ABFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ABFA is #8A5405. Grayscale: #A3A3A3. Windows color (decimal): -9065478 or 16427893. OLE color: 16427893.

HSL color Cylindrical-coordinate representation of color #75ABFA: hue angle of 215.64º 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 #75ABFA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117171250-
CMYK0.530.3200.02
HSL215.64º93.01%71.96%-
HSV(B)215.64º53.2%98.04%-
XYZ39.1539.8196.06-
YUV163.86176.6194.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.75%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=21.75%
G=31.78%
B=46.47%

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
Decimal1171712500.530.3200.02215.6493.0171.96
Hex75ABFA352002d85d48
Octal165253372654002330135110
Binary111010110101011111110101101011000000101101100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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