#63AFFF

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

Shades of Maya Blue #63AFFF

Tints of Maya Blue #63AFFF

Color information

#63AFFF (or 0x63AFFF) is unknown color: approx Maya Blue. HEX triplet: 63, AF and FF. RGB value is (99,175,255). Sum of RGB (Red+Green+Blue) = 99+175+255=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #63AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AFFF is #9C5000. Grayscale: #A1A1A1. Windows color (decimal): -10244097 or 16756579. OLE color: 16756579.

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

Color convert

RGB99175255-
CMYK0.610.3100
HSL210.77º100%69.41%-
HSV(B)210.77º61.18%100%-
XYZ38.5340.53100.4-
YUV161.4180.8283.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.71%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 255 (100% from 255) = 48.20%
R=18.71%
G=33.08%
B=48.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991752550.610.3100210.7710069.41
Hex63AFFF3D1F00d36445
Octal143257377753700323144105
Binary1100011101011111111111111110111111001101001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,175,255); }

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

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

 a { background-color: rgb(99,175,255); }

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

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

 span { border-color: rgb(99,175,255); }

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