#75B5F1

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

Shades of Maya Blue #75B5F1

Tints of Maya Blue #75B5F1

Color information

#75B5F1 (or 0x75B5F1) is unknown color: approx Maya Blue. HEX triplet: 75, B5 and F1. RGB value is (117,181,241). Sum of RGB (Red+Green+Blue) = 117+181+241=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #75B5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B5F1 is #8A4A0E. Grayscale: #A8A8A8. Windows color (decimal): -9062927 or 15840629. OLE color: 15840629.

HSL color Cylindrical-coordinate representation of color #75B5F1: hue angle of 209.03º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75B5F1 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117181241-
CMYK0.510.2500.05
HSL209.03º81.58%70.2%-
HSV(B)209.03º51.45%94.51%-
XYZ39.7443.1889.46-
YUV168.7168.891.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.71%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=21.71%
G=33.58%
B=44.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171812410.510.2500.05209.0381.5870.2
Hex75B5F1331905d15246
Octal165265361633105321122106
Binary111010110110101111100011100111100101011101000110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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