Html Css Color HEX #5BBBFF Maya Blue

📋 copy color: '#5BBBFF'

red 91 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #5BBBFF

Tints of Maya Blue #5BBBFF

RGB

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

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

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

R = 17.07%
G = 35.08%
B = 47.84%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5BBBFF (or 0x5BBBFF) is known color: Maya Blue. HEX triplet: 5B, BB and FF. RGB value is (91,187,255). Sum of RGB (Red+Green+Blue) = 91+187+255=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBBFF is #A44400. Grayscale: #A5A5A5. Windows color (decimal): -10765313 or 16759643. OLE color: 16759643.

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

Color convert

RGB 91 187 255 -
CMYK 0.64 0.27 0 0
HSL 204.88º 1% 0.68% -
HSV(B) 204.88º 0.64% 1% -
XYZ 40.13 44.98 101.18 -
YUV 166.05 178.2 74.47 -
System Red Green Blue C M Y K H S L
Decimal 91 187 255 0.64 0.27 0 0 204.88 1 0.68
Hex 5B BB FF 40 1B 0 0 CD 64 44
Octal 133 273 377 100 33 0 0 315 144 104
Binary 1011011 10111011 11111111 1000000 11011 0 0 11001101 1100100 1000100

Color Harmonies of #5BBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBBFF

Black with #5BBBFF

Text Example


Text Example

White with #5BBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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