#63AFD7

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

Shades of Malibu #63AFD7

Tints of Malibu #63AFD7

Color information

#63AFD7 (or 0x63AFD7) is unknown color: approx Malibu. HEX triplet: 63, AF and D7. RGB value is (99,175,215). Sum of RGB (Red+Green+Blue) = 99+175+215=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #63AFD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFD7 is #9C5028. Grayscale: #9C9C9C. Windows color (decimal): -10244137 or 14135139. OLE color: 14135139.

HSL color Cylindrical-coordinate representation of color #63AFD7: hue angle of 200.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63AFD7 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99175215-
CMYK0.540.1900.16
HSL200.69º59.18%61.57%-
HSV(B)200.69º53.95%84.31%-
XYZ32.7438.2269.94-
YUV156.84160.8286.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.25%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=20.25%
G=35.79%
B=43.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal991752150.540.1900.16200.6959.1861.57
Hex63AFD73613010c93b3e
Octal14325732766230203117376
Binary110001110101111110101111101101001101000011001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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