#75D0F6

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

Shades of Maya Blue #75D0F6

Tints of Maya Blue #75D0F6

Color information

#75D0F6 (or 0x75D0F6) is unknown color: approx Maya Blue. HEX triplet: 75, D0 and F6. RGB value is (117,208,246). Sum of RGB (Red+Green+Blue) = 117+208+246=571 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.49% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #75D0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D0F6 is #8A2F09. Grayscale: #B8B8B8. Windows color (decimal): -9056010 or 16175221. OLE color: 16175221.

HSL color Cylindrical-coordinate representation of color #75D0F6: hue angle of 197.67º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75D0F6 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117208246-
CMYK0.520.1500.04
HSL197.67º87.76%71.18%-
HSV(B)197.67º52.44%96.47%-
XYZ46.5355.5595.46-
YUV185.12162.3579.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.49%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=20.49%
G=36.43%
B=43.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172082460.520.1500.04197.6787.7671.18
Hex75D0F634F04c65847
Octal165320366641704306130107
Binary11101011101000011110110110100111101001100011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,246); }

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

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

 a { background-color: rgb(117,208,246); }

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

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

 span { border-color: rgb(117,208,246); }

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