#5BC7FE

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

Shades of Maya Blue #5BC7FE

Tints of Maya Blue #5BC7FE

Color information

#5BC7FE (or 0x5BC7FE) is unknown color: approx Maya Blue. HEX triplet: 5B, C7 and FE. RGB value is (91,199,254). Sum of RGB (Red+Green+Blue) = 91+199+254=544 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.73% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BC7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC7FE is #A43801. Grayscale: #ACACAC. Windows color (decimal): -10762242 or 16697179. OLE color: 16697179.

HSL color Cylindrical-coordinate representation of color #5BC7FE: hue angle of 200.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BC7FE is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB91199254-
CMYK0.640.2200.00
HSL200.25º98.79%67.65%-
HSV(B)200.25º64.17%99.61%-
XYZ42.6350.23101.21-
YUV172.98173.7269.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.73%
GREEN value IS 199 (78.12% from 255) = 36.58%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=16.73%
G=36.58%
B=46.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal911992540.640.2200.00200.2598.7967.65
Hex5BC7FE401600c86344
Octal1333073761002600310143104
Binary10110111100011111111110100000010110001100100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,199,254); }

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

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

 a { background-color: rgb(91,199,254); }

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

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

 span { border-color: rgb(91,199,254); }

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