#5BBCFA

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

Shades of Maya Blue #5BBCFA

Tints of Maya Blue #5BBCFA

Color information

#5BBCFA (or 0x5BBCFA) is unknown color: approx Maya Blue. HEX triplet: 5B, BC and FA. RGB value is (91,188,250). Sum of RGB (Red+Green+Blue) = 91+188+250=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BBCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCFA is #A44305. Grayscale: #A5A5A5. Windows color (decimal): -10765062 or 16432219. OLE color: 16432219.

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

Color convert

RGB91188250-
CMYK0.640.2500.02
HSL203.4º94.08%66.86%-
HSV(B)203.4º63.6%98.04%-
XYZ39.5545.0997.06-
YUV166.06175.3674.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.20%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=17.20%
G=35.54%
B=47.26%

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
Decimal911882500.640.2500.02203.494.0866.86
Hex5BBCFA401902cb5e43
Octal1332743721003102313136103
Binary101101110111100111110101000000110010101100101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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