#5BC4FF

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

Shades of Maya Blue #5BC4FF

Tints of Maya Blue #5BC4FF

Color information

#5BC4FF (or 0x5BC4FF) is unknown color: approx Maya Blue. HEX triplet: 5B, C4 and FF. RGB value is (91,196,255). Sum of RGB (Red+Green+Blue) = 91+196+255=542 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.79% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BC4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC4FF is #A43B00. Grayscale: #AAAAAA. Windows color (decimal): -10763009 or 16761947. OLE color: 16761947.

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

Color convert

RGB91196255-
CMYK0.640.2300
HSL201.59º100%67.84%-
HSV(B)201.59º64.31%100%-
XYZ42.148.92101.83-
YUV171.33175.2170.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.79%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 255 (100% from 255) = 47.05%
R=16.79%
G=36.16%
B=47.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal911962550.640.2300201.5910067.84
Hex5BC4FF401700ca6444
Octal1333043771002700312144104
Binary10110111100010011111111100000010111001100101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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