#75BEFA

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

Shades of Maya Blue #75BEFA

Tints of Maya Blue #75BEFA

Color information

#75BEFA (or 0x75BEFA) is unknown color: approx Maya Blue. HEX triplet: 75, BE and FA. RGB value is (117,190,250). Sum of RGB (Red+Green+Blue) = 117+190+250=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #75BEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BEFA is #8A4105. Grayscale: #AEAEAE. Windows color (decimal): -9060614 or 16432757. OLE color: 16432757.

HSL color Cylindrical-coordinate representation of color #75BEFA: hue angle of 207.07º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75BEFA is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117190250-
CMYK0.530.2400.02
HSL207.07º93.01%71.96%-
HSV(B)207.07º53.2%98.04%-
XYZ4347.5197.35-
YUV175.01170.3286.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.01%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=21.01%
G=34.11%
B=44.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171902500.530.2400.02207.0793.0171.96
Hex75BEFA351802cf5d48
Octal165276372653002317135110
Binary11101011011111011111010110101110000101100111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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