#63AFF1

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

Shades of Malibu #63AFF1

Tints of Malibu #63AFF1

Color information

#63AFF1 (or 0x63AFF1) is unknown color: approx Malibu. HEX triplet: 63, AF and F1. RGB value is (99,175,241). Sum of RGB (Red+Green+Blue) = 99+175+241=515 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.22% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #63AFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AFF1 is #9C500E. Grayscale: #9F9F9F. Windows color (decimal): -10244111 or 15839075. OLE color: 15839075.

HSL color Cylindrical-coordinate representation of color #63AFF1: hue angle of 207.89º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63AFF1 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99175241-
CMYK0.590.2700.05
HSL207.89º83.53%66.67%-
HSV(B)207.89º58.92%94.51%-
XYZ36.3539.6688.96-
YUV159.8173.8284.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.22%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=19.22%
G=33.98%
B=46.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal991752410.590.2700.05207.8983.5366.67
Hex63AFF13B1B05d05443
Octal143257361733305320124103
Binary110001110101111111100011110111101101011101000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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