Html Css Color HEX #5BD0FE Maya Blue

📋 copy color: '#5BD0FE'

red 91 ◦ green 208 ◦ blue 254

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

Shades of Maya Blue #5BD0FE

Tints of Maya Blue #5BD0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 16.46%
G = 37.61%
B = 45.93%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5BD0FE (or 0x5BD0FE) is known color: Maya Blue. HEX triplet: 5B, D0 and FE. RGB value is (91,208,254). Sum of RGB (Red+Green+Blue) = 91+208+254=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BD0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD0FE is #A42F01. Grayscale: #B1B1B1. Windows color (decimal): -10759938 or 16699483. OLE color: 16699483.

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

Color convert

RGB 91 208 254 -
CMYK 0.64 0.18 0 0.00
HSL 196.93º 0.99% 0.68% -
HSV(B) 196.93º 0.64% 1% -
XYZ 44.76 54.49 101.92 -
YUV 178.26 170.74 65.76 -
System Red Green Blue C M Y K H S L
Decimal 91 208 254 0.64 0.18 0 0.00 196.93 0.99 0.68
Hex 5B D0 FE 40 12 0 0 C5 63 44
Octal 133 320 376 100 22 0 0 305 143 104
Binary 1011011 11010000 11111110 1000000 10010 0 0 11000101 1100011 1000100

Color Harmonies of #5BD0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD0FE

Black with #5BD0FE

Text Example


Text Example

White with #5BD0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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