#5FADFA

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

Shades of Maya Blue #5FADFA

Tints of Maya Blue #5FADFA

Color information

#5FADFA (or 0x5FADFA) is unknown color: approx Maya Blue. HEX triplet: 5F, AD and FA. RGB value is (95,173,250). Sum of RGB (Red+Green+Blue) = 95+173+250=518 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.34% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FADFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FADFA is #A05205. Grayscale: #9E9E9E. Windows color (decimal): -10506758 or 16428383. OLE color: 16428383.

HSL color Cylindrical-coordinate representation of color #5FADFA: hue angle of 209.81º 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 #5FADFA is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95173250-
CMYK0.620.3100.02
HSL209.81º93.94%67.65%-
HSV(B)209.81º62%98.04%-
XYZ36.9239.2296.07-
YUV158.46179.6682.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.34%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=18.34%
G=33.40%
B=48.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951732500.620.3100.02209.8193.9467.65
Hex5FADFA3E1F02d25e44
Octal137255372763702322136104
Binary10111111010110111111010111110111110101101001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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