#75BEF0

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

Shades of Maya Blue #75BEF0

Tints of Maya Blue #75BEF0

Color information

#75BEF0 (or 0x75BEF0) is unknown color: approx Maya Blue. HEX triplet: 75, BE and F0. RGB value is (117,190,240). Sum of RGB (Red+Green+Blue) = 117+190+240=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #75BEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BEF0 is #8A410F. Grayscale: #ADADAD. Windows color (decimal): -9060624 or 15777397. OLE color: 15777397.

HSL color Cylindrical-coordinate representation of color #75BEF0: hue angle of 204.39º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75BEF0 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB117190240-
CMYK0.510.2100.06
HSL204.39º80.39%70%-
HSV(B)204.39º51.25%94.12%-
XYZ41.4846.989.3-
YUV173.87165.3287.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.39%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=21.39%
G=34.73%
B=43.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1171902400.510.2100.06204.3980.3970
Hex75BEF0331506cc5046
Octal165276360632506314120106
Binary111010110111110111100001100111010101101100110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,240); }

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

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

 a { background-color: rgb(117,190,240); }

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

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

 span { border-color: rgb(117,190,240); }

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