#75B1FA

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

Shades of Maya Blue #75B1FA

Tints of Maya Blue #75B1FA

Color information

#75B1FA (or 0x75B1FA) is unknown color: approx Maya Blue. HEX triplet: 75, B1 and FA. RGB value is (117,177,250). Sum of RGB (Red+Green+Blue) = 117+177+250=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #75B1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B1FA is #8A4E05. Grayscale: #A7A7A7. Windows color (decimal): -9063942 or 16429429. OLE color: 16429429.

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

Color convert

RGB117177250-
CMYK0.530.2900.02
HSL212.93º93.01%71.96%-
HSV(B)212.93º53.2%98.04%-
XYZ40.3142.1396.45-
YUV167.38174.6292.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.51%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=21.51%
G=32.54%
B=45.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171772500.530.2900.02212.9393.0171.96
Hex75B1FA351D02d55d48
Octal165261372653502325135110
Binary11101011011000111111010110101111010101101010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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