#5BC1F9

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

Shades of Maya Blue #5BC1F9

Tints of Maya Blue #5BC1F9

Color information

#5BC1F9 (or 0x5BC1F9) is unknown color: approx Maya Blue. HEX triplet: 5B, C1 and F9. RGB value is (91,193,249). Sum of RGB (Red+Green+Blue) = 91+193+249=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #5BC1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC1F9 is #A43E06. Grayscale: #A8A8A8. Windows color (decimal): -10763783 or 16367963. OLE color: 16367963.

HSL color Cylindrical-coordinate representation of color #5BC1F9: hue angle of 201.27º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BC1F9 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91193249-
CMYK0.630.2200.02
HSL201.27º92.94%66.67%-
HSV(B)201.27º63.45%97.65%-
XYZ40.4847.296.6-
YUV168.89173.2172.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.07%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 249 (97.66% from 255) = 46.72%
R=17.07%
G=36.21%
B=46.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911932490.630.2200.02201.2792.9466.67
Hex5BC1F93F1602c95d43
Octal133301371772602311135103
Binary10110111100000111111001111111101100101100100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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