#63B0F6

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

Shades of Maya Blue #63B0F6

Tints of Maya Blue #63B0F6

Color information

#63B0F6 (or 0x63B0F6) is unknown color: approx Maya Blue. HEX triplet: 63, B0 and F6. RGB value is (99,176,246). Sum of RGB (Red+Green+Blue) = 99+176+246=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #63B0F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63B0F6 is #9C4F09. Grayscale: #A0A0A0. Windows color (decimal): -10243850 or 16167011. OLE color: 16167011.

HSL color Cylindrical-coordinate representation of color #63B0F6: hue angle of 208.57º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63B0F6 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB99176246-
CMYK0.600.2800.04
HSL208.57º89.09%67.65%-
HSV(B)208.57º59.76%96.47%-
XYZ37.3140.3693.01-
YUV160.96175.9983.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.00%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=19.00%
G=33.78%
B=47.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal991762460.600.2800.04208.5789.0967.65
Hex63B0F63C1C04d15944
Octal143260366743404321131104
Binary110001110110000111101101111001110001001101000110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,176,246); }

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

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

 a { background-color: rgb(99,176,246); }

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

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

 span { border-color: rgb(99,176,246); }

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