Html Css Color HEX #5BBBFE Maya Blue

📋 copy color: '#5BBBFE'

red 91 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #5BBBFE

Tints of Maya Blue #5BBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

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

R = 17.11%
G = 35.15%
B = 47.74%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BBBFE (or 0x5BBBFE) is known color: Maya Blue. HEX triplet: 5B, BB and FE. RGB value is (91,187,254). Sum of RGB (Red+Green+Blue) = 91+187+254=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBBFE is #A44401. Grayscale: #A5A5A5. Windows color (decimal): -10765314 or 16694107. OLE color: 16694107.

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

Color convert

RGB 91 187 254 -
CMYK 0.64 0.26 0 0.00
HSL 204.66º 0.99% 0.68% -
HSV(B) 204.66º 0.64% 1% -
XYZ 39.97 44.92 100.33 -
YUV 165.93 177.7 74.55 -
System Red Green Blue C M Y K H S L
Decimal 91 187 254 0.64 0.26 0 0.00 204.66 0.99 0.68
Hex 5B BB FE 40 1A 0 0 CD 63 44
Octal 133 273 376 100 32 0 0 315 143 104
Binary 1011011 10111011 11111110 1000000 11010 0 0 11001101 1100011 1000100

Color Harmonies of #5BBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBBFE

Black with #5BBBFE

Text Example


Text Example

White with #5BBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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