#5FC0F5

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

Shades of Maya Blue #5FC0F5

Tints of Maya Blue #5FC0F5

Color information

#5FC0F5 (or 0x5FC0F5) is unknown color: approx Maya Blue. HEX triplet: 5F, C0 and F5. RGB value is (95,192,245). Sum of RGB (Red+Green+Blue) = 95+192+245=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #5FC0F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC0F5 is #A03F0A. Grayscale: #A8A8A8. Windows color (decimal): -10501899 or 16105567. OLE color: 16105567.

HSL color Cylindrical-coordinate representation of color #5FC0F5: hue angle of 201.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FC0F5 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB95192245-
CMYK0.610.2200.04
HSL201.2º88.24%66.67%-
HSV(B)201.2º61.22%96.08%-
XYZ40.0546.7293.29-
YUV169.04170.8675.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.86%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 245 (96.09% from 255) = 46.05%
R=17.86%
G=36.09%
B=46.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal951922450.610.2200.04201.288.2466.67
Hex5FC0F53D1604c95843
Octal137300365752604311130103
Binary101111111000000111101011111011011001001100100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,192,245); }

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

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

 a { background-color: rgb(95,192,245); }

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

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

 span { border-color: rgb(95,192,245); }

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