#5BB6FC

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

Shades of Maya Blue #5BB6FC

Tints of Maya Blue #5BB6FC

Color information

#5BB6FC (or 0x5BB6FC) is unknown color: approx Maya Blue. HEX triplet: 5B, B6 and FC. RGB value is (91,182,252). Sum of RGB (Red+Green+Blue) = 91+182+252=525 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.33% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BB6FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB6FC is #A44903. Grayscale: #A2A2A2. Windows color (decimal): -10766596 or 16561755. OLE color: 16561755.

HSL color Cylindrical-coordinate representation of color #5BB6FC: hue angle of 206.09º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BB6FC is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91182252-
CMYK0.640.2800.01
HSL206.09º96.41%67.25%-
HSV(B)206.09º63.89%98.82%-
XYZ38.6142.7198.3-
YUV162.77178.3576.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.33%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 252 (98.83% from 255) = 48%
R=17.33%
G=34.67%
B=48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal911822520.640.2800.01206.0996.4167.25
Hex5BB6FC401C01ce6043
Octal1332663741003401316140103
Binary10110111011011011111100100000011100011100111011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,182,252); }

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

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

 a { background-color: rgb(91,182,252); }

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

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

 span { border-color: rgb(91,182,252); }

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