#75D1FF

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

Shades of Maya Blue #75D1FF

Tints of Maya Blue #75D1FF

Color information

#75D1FF (or 0x75D1FF) is unknown color: approx Maya Blue. HEX triplet: 75, D1 and FF. RGB value is (117,209,255). Sum of RGB (Red+Green+Blue) = 117+209+255=581 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.14% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #75D1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D1FF is #8A2E00. Grayscale: #BABABA. Windows color (decimal): -9055745 or 16765301. OLE color: 16765301.

HSL color Cylindrical-coordinate representation of color #75D1FF: hue angle of 200º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75D1FF is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB117209255-
CMYK0.540.1800
HSL200º100%72.94%-
HSV(B)200º54.12%100%-
XYZ48.1956.6102.99-
YUV186.74166.5278.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.14%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 255 (100% from 255) = 43.89%
R=20.14%
G=35.97%
B=43.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172092550.540.180020010072.94
Hex75D1FF361200c86449
Octal165321377662200310144111
Binary1110101110100011111111111011010010001100100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,209,255); }

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

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

 a { background-color: rgb(117,209,255); }

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

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

 span { border-color: rgb(117,209,255); }

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