#5BBBFA

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

Shades of Maya Blue #5BBBFA

Tints of Maya Blue #5BBBFA

Color information

#5BBBFA (or 0x5BBBFA) is unknown color: approx Maya Blue. HEX triplet: 5B, BB and FA. RGB value is (91,187,250). Sum of RGB (Red+Green+Blue) = 91+187+250=528 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.23% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BBBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBBFA is #A44405. Grayscale: #A5A5A5. Windows color (decimal): -10765318 or 16431963. OLE color: 16431963.

HSL color Cylindrical-coordinate representation of color #5BBBFA: hue angle of 203.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BBBFA is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91187250-
CMYK0.640.2500.02
HSL203.77º94.08%66.86%-
HSV(B)203.77º63.6%98.04%-
XYZ39.3444.6796.99-
YUV165.48175.774.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.23%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=17.23%
G=35.42%
B=47.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911872500.640.2500.02203.7794.0866.86
Hex5BBBFA401902cc5e43
Octal1332733721003102314136103
Binary101101110111011111110101000000110010101100110010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BBBFA; }

 p { color: rgb(91,187,250); }

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

<style>
 a { background-color: #5BBBFA; }

 a { background-color: rgb(91,187,250); }

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

<style>
 span { border-color: #5BBBFA; }

 span { border-color: rgb(91,187,250); }

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