Html Css Color HEX #5BB8FE Maya Blue

📋 copy color: '#5BB8FE'

red 91 ◦ green 184 ◦ blue 254

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

Shades of Maya Blue #5BB8FE

Tints of Maya Blue #5BB8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.78%

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

R = 17.2%
G = 34.78%
B = 48.02%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BB8FE (or 0x5BB8FE) is known color: Maya Blue. HEX triplet: 5B, B8 and FE. RGB value is (91,184,254). Sum of RGB (Red+Green+Blue) = 91+184+254=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BB8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB8FE is #A44701. Grayscale: #A3A3A3. Windows color (decimal): -10766082 or 16693339. OLE color: 16693339.

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

Color convert

RGB 91 184 254 -
CMYK 0.64 0.28 0 0.00
HSL 205.77º 0.99% 0.68% -
HSV(B) 205.77º 0.64% 1% -
XYZ 39.34 43.66 100.12 -
YUV 164.17 178.69 75.81 -
System Red Green Blue C M Y K H S L
Decimal 91 184 254 0.64 0.28 0 0.00 205.77 0.99 0.68
Hex 5B B8 FE 40 1C 0 0 CE 63 44
Octal 133 270 376 100 34 0 0 316 143 104
Binary 1011011 10111000 11111110 1000000 11100 0 0 11001110 1100011 1000100

Color Harmonies of #5BB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB8FE

Black with #5BB8FE

Text Example


Text Example

White with #5BB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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