#5BC9FD

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

Shades of Maya Blue #5BC9FD

Tints of Maya Blue #5BC9FD

Color information

#5BC9FD (or 0x5BC9FD) is unknown color: approx Maya Blue. HEX triplet: 5B, C9 and FD. RGB value is (91,201,253). Sum of RGB (Red+Green+Blue) = 91+201+253=545 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.70% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BC9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC9FD is #A43602. Grayscale: #ADADAD. Windows color (decimal): -10761731 or 16632155. OLE color: 16632155.

HSL color Cylindrical-coordinate representation of color #5BC9FD: hue angle of 199.26º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BC9FD is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91201253-
CMYK0.640.2100.01
HSL199.26º97.59%67.45%-
HSV(B)199.26º64.03%99.22%-
XYZ42.9351.09100.53-
YUV174.04172.5668.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.70%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=16.70%
G=36.88%
B=46.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912012530.640.2100.01199.2697.5967.45
Hex5BC9FD401501c76243
Octal1333113751002501307142103
Binary10110111100100111111101100000010101011100011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,201,253); }

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

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

 a { background-color: rgb(91,201,253); }

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

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

 span { border-color: rgb(91,201,253); }

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