#75C2F9

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

Shades of Maya Blue #75C2F9

Tints of Maya Blue #75C2F9

Color information

#75C2F9 (or 0x75C2F9) is unknown color: approx Maya Blue. HEX triplet: 75, C2 and F9. RGB value is (117,194,249). Sum of RGB (Red+Green+Blue) = 117+194+249=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #75C2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C2F9 is #8A3D06. Grayscale: #B0B0B0. Windows color (decimal): -9059591 or 16368245. OLE color: 16368245.

HSL color Cylindrical-coordinate representation of color #75C2F9: hue angle of 205º 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 #75C2F9 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117194249-
CMYK0.530.2200.02
HSL205º91.67%71.76%-
HSV(B)205º53.01%97.65%-
XYZ43.7349.2196.82-
YUV177.25168.4985.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.89%
GREEN value IS 194 (76.17% from 255) = 34.64%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=20.89%
G=34.64%
B=44.46%

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
Decimal1171942490.530.2200.0220591.6771.76
Hex75C2F9351602cd5c48
Octal165302371652602315134110
Binary11101011100001011111001110101101100101100110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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