#75BEFE

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

Shades of Maya Blue #75BEFE

Tints of Maya Blue #75BEFE

Color information

#75BEFE (or 0x75BEFE) is unknown color: approx Maya Blue. HEX triplet: 75, BE and FE. RGB value is (117,190,254). Sum of RGB (Red+Green+Blue) = 117+190+254=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #75BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BEFE is #8A4101. Grayscale: #AFAFAF. Windows color (decimal): -9060610 or 16694901. OLE color: 16694901.

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

Color convert

RGB117190254-
CMYK0.540.2500.00
HSL208.03º98.56%72.75%-
HSV(B)208.03º53.94%99.61%-
XYZ43.6447.76100.69-
YUV175.47172.3286.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.86%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=20.86%
G=33.87%
B=45.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171902540.540.2500.00208.0398.5672.75
Hex75BEFE361900d06349
Octal165276376663100320143111
Binary1110101101111101111111011011011001001101000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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