#5BC9F9

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

Shades of Maya Blue #5BC9F9

Tints of Maya Blue #5BC9F9

Color information

#5BC9F9 (or 0x5BC9F9) is unknown color: approx Maya Blue. HEX triplet: 5B, C9 and F9. RGB value is (91,201,249). Sum of RGB (Red+Green+Blue) = 91+201+249=541 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.82% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #5BC9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC9F9 is #A43606. Grayscale: #ADADAD. Windows color (decimal): -10761735 or 16370011. OLE color: 16370011.

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

Color convert

RGB91201249-
CMYK0.630.1900.02
HSL198.23º92.94%66.67%-
HSV(B)198.23º63.45%97.65%-
XYZ42.350.8497.21-
YUV173.58170.5669.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.82%
GREEN value IS 201 (78.91% from 255) = 37.15%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=16.82%
G=37.15%
B=46.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912012490.630.1900.02198.2392.9466.67
Hex5BC9F93F1302c65d43
Octal133311371772302306135103
Binary10110111100100111111001111111100110101100011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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