#5BC3FA

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

Shades of Maya Blue #5BC3FA

Tints of Maya Blue #5BC3FA

Color information

#5BC3FA (or 0x5BC3FA) is unknown color: approx Maya Blue. HEX triplet: 5B, C3 and FA. RGB value is (91,195,250). Sum of RGB (Red+Green+Blue) = 91+195+250=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BC3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC3FA is #A43C05. Grayscale: #A9A9A9. Windows color (decimal): -10763270 or 16434011. OLE color: 16434011.

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

Color convert

RGB91195250-
CMYK0.640.2200.02
HSL200.75º94.08%66.86%-
HSV(B)200.75º63.6%98.04%-
XYZ41.0848.1697.57-
YUV170.17173.0471.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.98%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=16.98%
G=36.38%
B=46.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911952500.640.2200.02200.7594.0866.86
Hex5BC3FA401602c95e43
Octal1333033721002602311136103
Binary101101111000011111110101000000101100101100100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,195,250); }

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

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

 a { background-color: rgb(91,195,250); }

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

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

 span { border-color: rgb(91,195,250); }

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