#75C5FB

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

Shades of Maya Blue #75C5FB

Tints of Maya Blue #75C5FB

Color information

#75C5FB (or 0x75C5FB) is unknown color: approx Maya Blue. HEX triplet: 75, C5 and FB. RGB value is (117,197,251). Sum of RGB (Red+Green+Blue) = 117+197+251=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #75C5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C5FB is #8A3A04. Grayscale: #B2B2B2. Windows color (decimal): -9058821 or 16500085. OLE color: 16500085.

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

Color convert

RGB117197251-
CMYK0.530.2200.02
HSL204.18º94.37%72.16%-
HSV(B)204.18º53.39%98.43%-
XYZ44.7150.6898.69-
YUV179.24168.583.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.71%
GREEN value IS 197 (77.34% from 255) = 34.87%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=20.71%
G=34.87%
B=44.42%

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
Decimal1171972510.530.2200.02204.1894.3772.16
Hex75C5FB351602cc5e48
Octal165305373652602314136110
Binary11101011100010111111011110101101100101100110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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