#75B1FE

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

Shades of Maya Blue #75B1FE

Tints of Maya Blue #75B1FE

Color information

#75B1FE (or 0x75B1FE) is unknown color: approx Maya Blue. HEX triplet: 75, B1 and FE. RGB value is (117,177,254). Sum of RGB (Red+Green+Blue) = 117+177+254=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #75B1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B1FE is #8A4E01. Grayscale: #A7A7A7. Windows color (decimal): -9063938 or 16691573. OLE color: 16691573.

HSL color Cylindrical-coordinate representation of color #75B1FE: hue angle of 213.72º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75B1FE is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117177254-
CMYK0.540.3000.00
HSL213.72º98.56%72.75%-
HSV(B)213.72º53.94%99.61%-
XYZ40.9542.3899.79-
YUV167.84176.6291.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.35%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=21.35%
G=32.30%
B=46.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171772540.540.3000.00213.7298.5672.75
Hex75B1FE361E00d66349
Octal165261376663600326143111
Binary1110101101100011111111011011011110001101011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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