#75B5F0

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

Shades of Maya Blue #75B5F0

Tints of Maya Blue #75B5F0

Color information

#75B5F0 (or 0x75B5F0) is unknown color: approx Maya Blue. HEX triplet: 75, B5 and F0. RGB value is (117,181,240). Sum of RGB (Red+Green+Blue) = 117+181+240=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #75B5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B5F0 is #8A4A0F. Grayscale: #A8A8A8. Windows color (decimal): -9062928 or 15775093. OLE color: 15775093.

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

Color convert

RGB117181240-
CMYK0.510.2500.06
HSL208.78º80.39%70%-
HSV(B)208.78º51.25%94.12%-
XYZ39.5943.1288.67-
YUV168.59168.391.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.75%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=21.75%
G=33.64%
B=44.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1171812400.510.2500.06208.7880.3970
Hex75B5F0331906d15046
Octal165265360633106321120106
Binary111010110110101111100001100111100101101101000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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