#75C0F0

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

Shades of Maya Blue #75C0F0

Tints of Maya Blue #75C0F0

Color information

#75C0F0 (or 0x75C0F0) is unknown color: approx Maya Blue. HEX triplet: 75, C0 and F0. RGB value is (117,192,240). Sum of RGB (Red+Green+Blue) = 117+192+240=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #75C0F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C0F0 is #8A3F0F. Grayscale: #AEAEAE. Windows color (decimal): -9060112 or 15777909. OLE color: 15777909.

HSL color Cylindrical-coordinate representation of color #75C0F0: hue angle of 203.41º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C0F0 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB117192240-
CMYK0.510.2000.06
HSL203.41º80.39%70%-
HSV(B)203.41º51.25%94.12%-
XYZ41.9147.7789.45-
YUV175.05164.6586.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.31%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 240 (94.14% from 255) = 43.72%
R=21.31%
G=34.97%
B=43.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1171922400.510.2000.06203.4180.3970
Hex75C0F0331406cb5046
Octal165300360632406313120106
Binary111010111000000111100001100111010001101100101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,240); }

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

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

 a { background-color: rgb(117,192,240); }

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

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

 span { border-color: rgb(117,192,240); }

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