#75B1F6

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

Shades of Maya Blue #75B1F6

Tints of Maya Blue #75B1F6

Color information

#75B1F6 (or 0x75B1F6) is unknown color: approx Maya Blue. HEX triplet: 75, B1 and F6. RGB value is (117,177,246). Sum of RGB (Red+Green+Blue) = 117+177+246=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #75B1F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B1F6 is #8A4E09. Grayscale: #A6A6A6. Windows color (decimal): -9063946 or 16167285. OLE color: 16167285.

HSL color Cylindrical-coordinate representation of color #75B1F6: hue angle of 212.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75B1F6 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117177246-
CMYK0.520.2800.04
HSL212.09º87.76%71.18%-
HSV(B)212.09º52.44%96.47%-
XYZ39.6941.8893.18-
YUV166.93172.6292.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.67%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 246 (96.48% from 255) = 45.56%
R=21.67%
G=32.78%
B=45.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1171772460.520.2800.04212.0987.7671.18
Hex75B1F6341C04d45847
Octal165261366643404324130107
Binary111010110110001111101101101001110001001101010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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