#75B0FE

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

Shades of Maya Blue #75B0FE

Tints of Maya Blue #75B0FE

Color information

#75B0FE (or 0x75B0FE) is unknown color: approx Maya Blue. HEX triplet: 75, B0 and FE. RGB value is (117,176,254). Sum of RGB (Red+Green+Blue) = 117+176+254=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #75B0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B0FE is #8A4F01. Grayscale: #A6A6A6. Windows color (decimal): -9064194 or 16691317. OLE color: 16691317.

HSL color Cylindrical-coordinate representation of color #75B0FE: hue angle of 214.16º 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 #75B0FE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117176254-
CMYK0.540.3100.00
HSL214.16º98.56%72.75%-
HSV(B)214.16º53.94%99.61%-
XYZ40.7541.9999.72-
YUV167.25176.9592.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.39%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=21.39%
G=32.18%
B=46.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171762540.540.3100.00214.1698.5672.75
Hex75B0FE361F00d66349
Octal165260376663700326143111
Binary1110101101100001111111011011011111001101011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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