#75B3FB

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

Shades of Maya Blue #75B3FB

Tints of Maya Blue #75B3FB

Color information

#75B3FB (or 0x75B3FB) is unknown color: approx Maya Blue. HEX triplet: 75, B3 and FB. RGB value is (117,179,251). Sum of RGB (Red+Green+Blue) = 117+179+251=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #75B3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B3FB is #8A4C04. Grayscale: #A8A8A8. Windows color (decimal): -9063429 or 16495477. OLE color: 16495477.

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

Color convert

RGB117179251-
CMYK0.530.2900.02
HSL212.24º94.37%72.16%-
HSV(B)212.24º53.39%98.43%-
XYZ40.8742.9997.41-
YUV168.67174.4691.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.39%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=21.39%
G=32.72%
B=45.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171792510.530.2900.02212.2494.3772.16
Hex75B3FB351D02d45e48
Octal165263373653502324136110
Binary11101011011001111111011110101111010101101010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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