#75BFF1

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

Shades of Maya Blue #75BFF1

Tints of Maya Blue #75BFF1

Color information

#75BFF1 (or 0x75BFF1) is unknown color: approx Maya Blue. HEX triplet: 75, BF and F1. RGB value is (117,191,241). Sum of RGB (Red+Green+Blue) = 117+191+241=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #75BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFF1 is #8A400E. Grayscale: #AEAEAE. Windows color (decimal): -9060367 or 15843189. OLE color: 15843189.

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

Color convert

RGB117191241-
CMYK0.510.2100.05
HSL204.19º81.58%70.2%-
HSV(B)204.19º51.45%94.51%-
XYZ41.8447.3990.16-
YUV174.57165.4886.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.31%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=21.31%
G=34.79%
B=43.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171912410.510.2100.05204.1981.5870.2
Hex75BFF1331505cc5246
Octal165277361632505314122106
Binary111010110111111111100011100111010101011100110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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