Html Css Color HEX #5BBEFF Maya Blue

📋 copy color: '#5BBEFF'

red 91 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #5BBEFF

Tints of Maya Blue #5BBEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.45%

 BLUE value IS 255 (100% from 255) = 47.57%

R = 16.98%
G = 35.45%
B = 47.57%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5BBEFF (or 0x5BBEFF) is known color: Maya Blue. HEX triplet: 5B, BE and FF. RGB value is (91,190,255). Sum of RGB (Red+Green+Blue) = 91+190+255=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBEFF is #A44100. Grayscale: #A7A7A7. Windows color (decimal): -10764545 or 16760411. OLE color: 16760411.

HSL color Cylindrical-coordinate representation of color #5BBEFF: hue angle of 203.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BBEFF is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 91 190 255 -
CMYK 0.64 0.25 0 0
HSL 203.78º 1% 0.68% -
HSV(B) 203.78º 0.64% 1% -
XYZ 40.78 46.27 101.39 -
YUV 167.81 177.2 73.21 -
System Red Green Blue C M Y K H S L
Decimal 91 190 255 0.64 0.25 0 0 203.78 1 0.68
Hex 5B BE FF 40 19 0 0 CC 64 44
Octal 133 276 377 100 31 0 0 314 144 104
Binary 1011011 10111110 11111111 1000000 11001 0 0 11001100 1100100 1000100

Color Harmonies of #5BBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBEFF

Black with #5BBEFF

Text Example


Text Example

White with #5BBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,190,255); }

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

background-color css

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

 a { background-color: rgb(91,190,255); }

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

border-color css

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

 span { border-color: rgb(91,190,255); }

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