#75C6F8

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

Shades of Maya Blue #75C6F8

Tints of Maya Blue #75C6F8

Color information

#75C6F8 (or 0x75C6F8) is unknown color: approx Maya Blue. HEX triplet: 75, C6 and F8. RGB value is (117,198,248). Sum of RGB (Red+Green+Blue) = 117+198+248=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #75C6F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C6F8 is #8A3907. Grayscale: #B3B3B3. Windows color (decimal): -9058568 or 16303733. OLE color: 16303733.

HSL color Cylindrical-coordinate representation of color #75C6F8: hue angle of 202.9º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C6F8 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB117198248-
CMYK0.530.2000.03
HSL202.9º90.34%71.57%-
HSV(B)202.9º52.82%97.25%-
XYZ44.4750.9596.3-
YUV179.48166.6683.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=20.78%
G=35.17%
B=44.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1171982480.530.2000.03202.990.3471.57
Hex75C6F8351403cb5a48
Octal165306370652403313132110
Binary11101011100011011111000110101101000111100101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,248); }

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

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

 a { background-color: rgb(117,198,248); }

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

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

 span { border-color: rgb(117,198,248); }

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