#75C4FA

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

Shades of Maya Blue #75C4FA

Tints of Maya Blue #75C4FA

Color information

#75C4FA (or 0x75C4FA) is unknown color: approx Maya Blue. HEX triplet: 75, C4 and FA. RGB value is (117,196,250). Sum of RGB (Red+Green+Blue) = 117+196+250=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #75C4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C4FA is #8A3B05. Grayscale: #B2B2B2. Windows color (decimal): -9059078 or 16434293. OLE color: 16434293.

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

Color convert

RGB117196250-
CMYK0.530.2200.02
HSL204.36º93.01%71.96%-
HSV(B)204.36º53.2%98.04%-
XYZ44.3350.1697.79-
YUV178.54168.3384.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=20.78%
G=34.81%
B=44.40%

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
Decimal1171962500.530.2200.02204.3693.0171.96
Hex75C4FA351602cc5d48
Octal165304372652602314135110
Binary11101011100010011111010110101101100101100110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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