#63C8F0

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

Shades of Maya Blue #63C8F0

Tints of Maya Blue #63C8F0

Color information

#63C8F0 (or 0x63C8F0) is unknown color: approx Maya Blue. HEX triplet: 63, C8 and F0. RGB value is (99,200,240). Sum of RGB (Red+Green+Blue) = 99+200+240=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #63C8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C8F0 is #9C370F. Grayscale: #AEAEAE. Windows color (decimal): -10237712 or 15779939. OLE color: 15779939.

HSL color Cylindrical-coordinate representation of color #63C8F0: hue angle of 197.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63C8F0 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB99200240-
CMYK0.590.1700.06
HSL197.02º82.46%66.47%-
HSV(B)197.02º58.75%94.12%-
XYZ41.5350.2589.95-
YUV174.36165.0474.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.37%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 240 (94.14% from 255) = 44.53%
R=18.37%
G=37.11%
B=44.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal992002400.590.1700.06197.0282.4666.47
Hex63C8F03B1106c55242
Octal143310360732106305122102
Binary110001111001000111100001110111000101101100010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63C8F0; }

 p { color: rgb(99,200,240); }

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

<style>
 a { background-color: #63C8F0; }

 a { background-color: rgb(99,200,240); }

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

<style>
 span { border-color: #63C8F0; }

 span { border-color: rgb(99,200,240); }

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