#75C9FA

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

Shades of Maya Blue #75C9FA

Tints of Maya Blue #75C9FA

Color information

#75C9FA (or 0x75C9FA) is unknown color: approx Maya Blue. HEX triplet: 75, C9 and FA. RGB value is (117,201,250). Sum of RGB (Red+Green+Blue) = 117+201+250=568 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.60% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #75C9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C9FA is #8A3605. Grayscale: #B5B5B5. Windows color (decimal): -9057798 or 16435573. OLE color: 16435573.

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

Color convert

RGB117201250-
CMYK0.530.2000.02
HSL202.11º93.01%71.96%-
HSV(B)202.11º53.2%98.04%-
XYZ45.4852.4698.17-
YUV181.47166.6782.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.60%
GREEN value IS 201 (78.91% from 255) = 35.39%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=20.60%
G=35.39%
B=44.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172012500.530.2000.02202.1193.0171.96
Hex75C9FA351402ca5d48
Octal165311372652402312135110
Binary11101011100100111111010110101101000101100101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,201,250); }

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

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

 a { background-color: rgb(117,201,250); }

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

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

 span { border-color: rgb(117,201,250); }

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