Html Css Color HEX #5BBAFE Maya Blue

📋 copy color: '#5BBAFE'

red 91 ◦ green 186 ◦ blue 254

#5BBAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #5BBAFE

Tints of Maya Blue #5BBAFE

RGB

 RED value IS 91 (35.94% from 255) = 17.14%

 GREEN value IS 186 (73.05% from 255) = 35.03%

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 17.14%
G = 35.03%
B = 47.83%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BBAFE (or 0x5BBAFE) is known color: Maya Blue. HEX triplet: 5B, BA and FE. RGB value is (91,186,254). Sum of RGB (Red+Green+Blue) = 91+186+254=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAFE is #A44501. Grayscale: #A4A4A4. Windows color (decimal): -10765570 or 16693851. OLE color: 16693851.

HSL color Cylindrical-coordinate representation of color #5BBAFE: hue angle of 205.03º 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 #5BBAFE is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 91 186 254 -
CMYK 0.64 0.27 0 0.00
HSL 205.03º 0.99% 0.68% -
HSV(B) 205.03º 0.64% 1% -
XYZ 39.76 44.5 100.26 -
YUV 165.35 178.03 74.97 -
System Red Green Blue C M Y K H S L
Decimal 91 186 254 0.64 0.27 0 0.00 205.03 0.99 0.68
Hex 5B BA FE 40 1B 0 0 CD 63 44
Octal 133 272 376 100 33 0 0 315 143 104
Binary 1011011 10111010 11111110 1000000 11011 0 0 11001101 1100011 1000100

Color Harmonies of #5BBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBAFE

Black with #5BBAFE

Text Example


Text Example

White with #5BBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BBAFE;
 }
 .AnyTagClassName
 {
   color: #5BBAFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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