#5BBDF8

Color #5BBDF8 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5BBDF8

Tints of Maya Blue #5BBDF8

Color information

#5BBDF8 (or 0x5BBDF8) is unknown color: approx Maya Blue. HEX triplet: 5B, BD and F8. RGB value is (91,189,248). Sum of RGB (Red+Green+Blue) = 91+189+248=528 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.23% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #5BBDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDF8 is #A44207. Grayscale: #A6A6A6. Windows color (decimal): -10764808 or 16301403. OLE color: 16301403.

HSL color Cylindrical-coordinate representation of color #5BBDF8: hue angle of 202.55º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BBDF8 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91189248-
CMYK0.630.2400.03
HSL202.55º91.81%66.47%-
HSV(B)202.55º63.31%97.25%-
XYZ39.4645.495.49-
YUV166.42174.0374.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.23%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 248 (97.27% from 255) = 46.97%
R=17.23%
G=35.80%
B=46.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal911892480.630.2400.03202.5591.8166.47
Hex5BBDF83F1803cb5c42
Octal133275370773003313134102
Binary10110111011110111111000111111110000111100101110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BBDF8;
 }
 .AnyTagClassName
 {
   color: #5BBDF8;
 }
</style>
background-color css

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

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

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

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

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

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