Html Css Color HEX #5BBCFF Maya Blue

📋 copy color: '#5BBCFF'

red 91 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #5BBCFF

Tints of Maya Blue #5BBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.21%

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

R = 17.04%
G = 35.21%
B = 47.75%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5BBCFF (or 0x5BBCFF) is known color: Maya Blue. HEX triplet: 5B, BC and FF. RGB value is (91,188,255). Sum of RGB (Red+Green+Blue) = 91+188+255=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BBCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCFF is #A44300. Grayscale: #A6A6A6. Windows color (decimal): -10765057 or 16759899. OLE color: 16759899.

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

Color convert

RGB 91 188 255 -
CMYK 0.64 0.26 0 0
HSL 204.51º 1% 0.68% -
HSV(B) 204.51º 0.64% 1% -
XYZ 40.35 45.41 101.25 -
YUV 166.64 177.86 74.05 -
System Red Green Blue C M Y K H S L
Decimal 91 188 255 0.64 0.26 0 0 204.51 1 0.68
Hex 5B BC FF 40 1A 0 0 CD 64 44
Octal 133 274 377 100 32 0 0 315 144 104
Binary 1011011 10111100 11111111 1000000 11010 0 0 11001101 1100100 1000100

Color Harmonies of #5BBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCFF

Black with #5BBCFF

Text Example


Text Example

White with #5BBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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