#75BBF9

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

Shades of Maya Blue #75BBF9

Tints of Maya Blue #75BBF9

Color information

#75BBF9 (or 0x75BBF9) is unknown color: approx Maya Blue. HEX triplet: 75, BB and F9. RGB value is (117,187,249). Sum of RGB (Red+Green+Blue) = 117+187+249=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #75BBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BBF9 is #8A4406. Grayscale: #ACACAC. Windows color (decimal): -9061383 or 16366453. OLE color: 16366453.

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

Color convert

RGB117187249-
CMYK0.530.2500.02
HSL208.18º91.67%71.76%-
HSV(B)208.18º53.01%97.65%-
XYZ42.2146.1696.31-
YUV173.14170.8187.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.16%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=21.16%
G=33.82%
B=45.03%

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
Decimal1171872490.530.2500.02208.1891.6771.76
Hex75BBF9351902d05c48
Octal165273371653102320134110
Binary11101011011101111111001110101110010101101000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,187,249); }

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

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

 a { background-color: rgb(117,187,249); }

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

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

 span { border-color: rgb(117,187,249); }

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