#5fccff

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

Shades of Maya Blue #5FCCFF

Tints of Maya Blue #5FCCFF

Color information

#5FCCFF (or 0x5FCCFF) is unknown color: approx Maya Blue. HEX triplet: 5F, CC and FF. RGB value is (95,204,255). Sum of RGB (Red+Green+Blue) = 95+204+255=554 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.15% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCCFF is #A03300. Grayscale: #B0B0B0. Windows color (decimal): -10498817 or 16763999. OLE color: 16763999.

HSL color Cylindrical-coordinate representation of color #5FCCFF: hue angle of 199.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FCCFF is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95204255-
CMYK0.630.200
HSL199.12º100%68.63%-
HSV(B)199.12º62.75%100%-
XYZ44.3652.84102.47-
YUV177.22171.8969.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.15%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 255 (100% from 255) = 46.03%
R=17.15%
G=36.82%
B=46.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952042550.630.200199.1210068.63
Hex5FCCFF3F1400c76445
Octal137314377772400307144105
Binary1011111110011001111111111111110100001100011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fccff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,204,255); }

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

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

 a { background-color: rgb(95,204,255); }

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

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

 span { border-color: rgb(95,204,255); }

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