Html Css Color HEX #5BCEFE Maya Blue

📋 copy color: '#5BCEFE'

red 91 ◦ green 206 ◦ blue 254

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

Shades of Maya Blue #5BCEFE

Tints of Maya Blue #5BCEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

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

R = 16.52%
G = 37.39%
B = 46.1%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BCEFE (or 0x5BCEFE) is known color: Maya Blue. HEX triplet: 5B, CE and FE. RGB value is (91,206,254). Sum of RGB (Red+Green+Blue) = 91+206+254=551 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.52% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BCEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCEFE is #A43101. Grayscale: #B0B0B0. Windows color (decimal): -10760450 or 16698971. OLE color: 16698971.

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

Color convert

RGB 91 206 254 -
CMYK 0.64 0.19 0 0.00
HSL 197.67º 0.99% 0.68% -
HSV(B) 197.67º 0.64% 1% -
XYZ 44.28 53.52 101.76 -
YUV 177.09 171.4 66.6 -
System Red Green Blue C M Y K H S L
Decimal 91 206 254 0.64 0.19 0 0.00 197.67 0.99 0.68
Hex 5B CE FE 40 13 0 0 C6 63 44
Octal 133 316 376 100 23 0 0 306 143 104
Binary 1011011 11001110 11111110 1000000 10011 0 0 11000110 1100011 1000100

Color Harmonies of #5BCEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCEFE

Black with #5BCEFE

Text Example


Text Example

White with #5BCEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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