#5BB4FA

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

Shades of Maya Blue #5BB4FA

Tints of Maya Blue #5BB4FA

Color information

#5BB4FA (or 0x5BB4FA) is unknown color: approx Maya Blue. HEX triplet: 5B, B4 and FA. RGB value is (91,180,250). Sum of RGB (Red+Green+Blue) = 91+180+250=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BB4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB4FA is #A44B05. Grayscale: #A1A1A1. Windows color (decimal): -10767110 or 16430171. OLE color: 16430171.

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

Color convert

RGB91180250-
CMYK0.640.2800.02
HSL206.42º94.08%66.86%-
HSV(B)206.42º63.6%98.04%-
XYZ37.8941.7796.51-
YUV161.37178.0177.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.47%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=17.47%
G=34.55%
B=47.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911802500.640.2800.02206.4294.0866.86
Hex5BB4FA401C02ce5e43
Octal1332643721003402316136103
Binary101101110110100111110101000000111000101100111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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