#5BC1F7

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

Shades of Maya Blue #5BC1F7

Tints of Maya Blue #5BC1F7

Color information

#5BC1F7 (or 0x5BC1F7) is unknown color: approx Maya Blue. HEX triplet: 5B, C1 and F7. RGB value is (91,193,247). Sum of RGB (Red+Green+Blue) = 91+193+247=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #5BC1F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC1F7 is #A43E08. Grayscale: #A8A8A8. Windows color (decimal): -10763785 or 16236891. OLE color: 16236891.

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

Color convert

RGB91193247-
CMYK0.630.2200.03
HSL200.77º90.7%66.27%-
HSV(B)200.77º63.16%96.86%-
XYZ40.1747.0894.97-
YUV168.66172.2172.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.14%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=17.14%
G=36.35%
B=46.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal911932470.630.2200.03200.7790.766.27
Hex5BC1F73F1603c95b42
Octal133301367772603311133102
Binary10110111100000111110111111111101100111100100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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