#75C4FB

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

Shades of Maya Blue #75C4FB

Tints of Maya Blue #75C4FB

Color information

#75C4FB (or 0x75C4FB) is unknown color: approx Maya Blue. HEX triplet: 75, C4 and FB. RGB value is (117,196,251). Sum of RGB (Red+Green+Blue) = 117+196+251=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #75C4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C4FB is #8A3B04. Grayscale: #B2B2B2. Windows color (decimal): -9059077 or 16499829. OLE color: 16499829.

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

Color convert

RGB117196251-
CMYK0.530.2200.02
HSL204.63º94.37%72.16%-
HSV(B)204.63º53.39%98.43%-
XYZ44.4950.2398.62-
YUV178.65168.8384.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.74%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=20.74%
G=34.75%
B=44.50%

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
Decimal1171962510.530.2200.02204.6394.3772.16
Hex75C4FB351602cd5e48
Octal165304373652602315136110
Binary11101011100010011111011110101101100101100110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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