#75C1F9

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

Shades of Maya Blue #75C1F9

Tints of Maya Blue #75C1F9

Color information

#75C1F9 (or 0x75C1F9) is unknown color: approx Maya Blue. HEX triplet: 75, C1 and F9. RGB value is (117,193,249). Sum of RGB (Red+Green+Blue) = 117+193+249=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #75C1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C1F9 is #8A3E06. Grayscale: #B0B0B0. Windows color (decimal): -9059847 or 16367989. OLE color: 16367989.

HSL color Cylindrical-coordinate representation of color #75C1F9: hue angle of 205.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C1F9 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117193249-
CMYK0.530.2200.02
HSL205.45º91.67%71.76%-
HSV(B)205.45º53.01%97.65%-
XYZ43.548.7696.74-
YUV176.66168.8285.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.93%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=20.93%
G=34.53%
B=44.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171932490.530.2200.02205.4591.6771.76
Hex75C1F9351602cd5c48
Octal165301371652602315134110
Binary11101011100000111111001110101101100101100110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,249); }

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

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

 a { background-color: rgb(117,193,249); }

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

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

 span { border-color: rgb(117,193,249); }

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