#5BCCFE

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

Shades of Maya Blue #5BCCFE

Tints of Maya Blue #5BCCFE

Color information

#5BCCFE (or 0x5BCCFE) is unknown color: approx Maya Blue. HEX triplet: 5B, CC and FE. RGB value is (91,204,254). Sum of RGB (Red+Green+Blue) = 91+204+254=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCFE is #A43301. Grayscale: #AFAFAF. Windows color (decimal): -10760962 or 16698459. OLE color: 16698459.

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

Color convert

RGB91204254-
CMYK0.640.2000.00
HSL198.4º98.79%67.65%-
HSV(B)198.4º64.17%99.61%-
XYZ43.852.57101.6-
YUV175.91172.0667.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.58%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=16.58%
G=37.16%
B=46.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal912042540.640.2000.00198.498.7967.65
Hex5BCCFE401400c66344
Octal1333143761002400306143104
Binary10110111100110011111110100000010100001100011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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