#5FC4FA

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

Shades of Maya Blue #5FC4FA

Tints of Maya Blue #5FC4FA

Color information

#5FC4FA (or 0x5FC4FA) is unknown color: approx Maya Blue. HEX triplet: 5F, C4 and FA. RGB value is (95,196,250). Sum of RGB (Red+Green+Blue) = 95+196+250=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FC4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC4FA is #A03B05. Grayscale: #ABABAB. Windows color (decimal): -10500870 or 16434271. OLE color: 16434271.

HSL color Cylindrical-coordinate representation of color #5FC4FA: hue angle of 200.9º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FC4FA is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95196250-
CMYK0.620.2200.02
HSL200.9º93.94%67.65%-
HSV(B)200.9º62%98.04%-
XYZ41.7148.8197.67-
YUV171.96172.0473.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.56%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=17.56%
G=36.23%
B=46.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951962500.620.2200.02200.993.9467.65
Hex5FC4FA3E1602c95e44
Octal137304372762602311136104
Binary10111111100010011111010111110101100101100100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,196,250); }

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

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

 a { background-color: rgb(95,196,250); }

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

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

 span { border-color: rgb(95,196,250); }

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