#5BBFF8

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

Shades of Maya Blue #5BBFF8

Tints of Maya Blue #5BBFF8

Color information

#5BBFF8 (or 0x5BBFF8) is unknown color: approx Maya Blue. HEX triplet: 5B, BF and F8. RGB value is (91,191,248). Sum of RGB (Red+Green+Blue) = 91+191+248=530 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.17% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #5BBFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBFF8 is #A44007. Grayscale: #A7A7A7. Windows color (decimal): -10764296 or 16301915. OLE color: 16301915.

HSL color Cylindrical-coordinate representation of color #5BBFF8: hue angle of 201.78º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BBFF8 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91191248-
CMYK0.630.2300.03
HSL201.78º91.81%66.47%-
HSV(B)201.78º63.31%97.25%-
XYZ39.8946.2695.63-
YUV167.6173.3773.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.17%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 248 (97.27% from 255) = 46.79%
R=17.17%
G=36.04%
B=46.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal911912480.630.2300.03201.7891.8166.47
Hex5BBFF83F1703ca5c42
Octal133277370772703312134102
Binary10110111011111111111000111111101110111100101010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,191,248); }

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

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

 a { background-color: rgb(91,191,248); }

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

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

 span { border-color: rgb(91,191,248); }

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