#75B5FE

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

Shades of Maya Blue #75B5FE

Tints of Maya Blue #75B5FE

Color information

#75B5FE (or 0x75B5FE) is unknown color: approx Maya Blue. HEX triplet: 75, B5 and FE. RGB value is (117,181,254). Sum of RGB (Red+Green+Blue) = 117+181+254=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #75B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B5FE is #8A4A01. Grayscale: #A9A9A9. Windows color (decimal): -9062914 or 16692597. OLE color: 16692597.

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

Color convert

RGB117181254-
CMYK0.540.2900.00
HSL211.97º98.56%72.75%-
HSV(B)211.97º53.94%99.61%-
XYZ41.7543.99100.06-
YUV170.19175.390.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.20%
GREEN value IS 181 (71.09% from 255) = 32.79%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=21.20%
G=32.79%
B=46.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171812540.540.2900.00211.9798.5672.75
Hex75B5FE361D00d46349
Octal165265376663500324143111
Binary1110101101101011111111011011011101001101010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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