#5BC8F7

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

Shades of Maya Blue #5BC8F7

Tints of Maya Blue #5BC8F7

Color information

#5BC8F7 (or 0x5BC8F7) is unknown color: approx Maya Blue. HEX triplet: 5B, C8 and F7. RGB value is (91,200,247). Sum of RGB (Red+Green+Blue) = 91+200+247=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #5BC8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC8F7 is #A43708. Grayscale: #ACACAC. Windows color (decimal): -10761993 or 16238683. OLE color: 16238683.

HSL color Cylindrical-coordinate representation of color #5BC8F7: hue angle of 198.08º degrees, saturation: 0.91, 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 #5BC8F7 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91200247-
CMYK0.630.1900.03
HSL198.08º90.7%66.27%-
HSV(B)198.08º63.16%96.86%-
XYZ41.7650.2595.49-
YUV172.77169.8969.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.91%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 247 (96.88% from 255) = 45.91%
R=16.91%
G=37.17%
B=45.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912002470.630.1900.03198.0890.766.27
Hex5BC8F73F1303c65b42
Octal133310367772303306133102
Binary10110111100100011110111111111100110111100011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,200,247); }

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

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

 a { background-color: rgb(91,200,247); }

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

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

 span { border-color: rgb(91,200,247); }

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