#75BBFF

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

Shades of Maya Blue #75BBFF

Tints of Maya Blue #75BBFF

Color information

#75BBFF (or 0x75BBFF) is unknown color: approx Maya Blue. HEX triplet: 75, BB and FF. RGB value is (117,187,255). Sum of RGB (Red+Green+Blue) = 117+187+255=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #75BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BBFF is #8A4400. Grayscale: #ADADAD. Windows color (decimal): -9061377 or 16759669. OLE color: 16759669.

HSL color Cylindrical-coordinate representation of color #75BBFF: hue angle of 209.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75BBFF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB117187255-
CMYK0.540.2700
HSL209.57º100%72.94%-
HSV(B)209.57º54.12%100%-
XYZ43.1646.54101.32-
YUV173.82173.8187.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.93%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 255 (100% from 255) = 45.62%
R=20.93%
G=33.45%
B=45.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1171872550.540.2700209.5710072.94
Hex75BBFF361B00d26449
Octal165273377663300322144111
Binary1110101101110111111111111011011011001101001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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