#75BDFB

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

Shades of Maya Blue #75BDFB

Tints of Maya Blue #75BDFB

Color information

#75BDFB (or 0x75BDFB) is unknown color: approx Maya Blue. HEX triplet: 75, BD and FB. RGB value is (117,189,251). Sum of RGB (Red+Green+Blue) = 117+189+251=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #75BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BDFB is #8A4204. Grayscale: #AEAEAE. Windows color (decimal): -9060869 or 16498037. OLE color: 16498037.

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

Color convert

RGB117189251-
CMYK0.530.2500.02
HSL207.76º94.37%72.16%-
HSV(B)207.76º53.39%98.43%-
XYZ42.9547.1498.1-
YUV174.54171.1586.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.01%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=21.01%
G=33.93%
B=45.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171892510.530.2500.02207.7694.3772.16
Hex75BDFB351902d05e48
Octal165275373653102320136110
Binary11101011011110111111011110101110010101101000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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