#5BB5FE

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

Shades of Maya Blue #5BB5FE

Tints of Maya Blue #5BB5FE

Color information

#5BB5FE (or 0x5BB5FE) is unknown color: approx Maya Blue. HEX triplet: 5B, B5 and FE. RGB value is (91,181,254). Sum of RGB (Red+Green+Blue) = 91+181+254=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BB5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB5FE is #A44A01. Grayscale: #A2A2A2. Windows color (decimal): -10766850 or 16692571. OLE color: 16692571.

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

Color convert

RGB91181254-
CMYK0.640.2900.00
HSL206.87º98.79%67.65%-
HSV(B)206.87º64.17%99.61%-
XYZ38.7342.4399.91-
YUV162.41179.6877.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.30%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=17.30%
G=34.41%
B=48.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal911812540.640.2900.00206.8798.7967.65
Hex5BB5FE401D00cf6344
Octal1332653761003500317143104
Binary10110111011010111111110100000011101001100111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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