#5BBBFB

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

Shades of Maya Blue #5BBBFB

Tints of Maya Blue #5BBBFB

Color information

#5BBBFB (or 0x5BBBFB) is unknown color: approx Maya Blue. HEX triplet: 5B, BB and FB. RGB value is (91,187,251). Sum of RGB (Red+Green+Blue) = 91+187+251=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BBBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBBFB is #A44404. Grayscale: #A5A5A5. Windows color (decimal): -10765317 or 16497499. OLE color: 16497499.

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

Color convert

RGB91187251-
CMYK0.640.2500.02
HSL204º95.24%67.06%-
HSV(B)204º63.75%98.43%-
XYZ39.544.7397.82-
YUV165.59176.274.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.20%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=17.20%
G=35.35%
B=47.45%

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
Decimal911872510.640.2500.0220495.2467.06
Hex5BBBFB401902cc5f43
Octal1332733731003102314137103
Binary101101110111011111110111000000110010101100110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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