Html Css Color HEX #5BBDFF Maya Blue

📋 copy color: '#5BBDFF'

red 91 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #5BBDFF

Tints of Maya Blue #5BBDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.33%

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

R = 17.01%
G = 35.33%
B = 47.66%

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

#5BBDFF (or 0x5BBDFF) is known color: Maya Blue. HEX triplet: 5B, BD and FF. RGB value is (91,189,255). Sum of RGB (Red+Green+Blue) = 91+189+255=535 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.01% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDFF is #A44200. Grayscale: #A6A6A6. Windows color (decimal): -10764801 or 16760155. OLE color: 16760155.

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

Color convert

RGB 91 189 255 -
CMYK 0.64 0.26 0 0
HSL 204.15º 1% 0.68% -
HSV(B) 204.15º 0.64% 1% -
XYZ 40.56 45.84 101.32 -
YUV 167.22 177.53 73.63 -
System Red Green Blue C M Y K H S L
Decimal 91 189 255 0.64 0.26 0 0 204.15 1 0.68
Hex 5B BD FF 40 1A 0 0 CC 64 44
Octal 133 275 377 100 32 0 0 314 144 104
Binary 1011011 10111101 11111111 1000000 11010 0 0 11001100 1100100 1000100

Color Harmonies of #5BBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBDFF

Black with #5BBDFF

Text Example


Text Example

White with #5BBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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