#63A9DC

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

Shades of Malibu #63A9DC

Tints of Malibu #63A9DC

Color information

#63A9DC (or 0x63A9DC) is unknown color: approx Malibu. HEX triplet: 63, A9 and DC. RGB value is (99,169,220). Sum of RGB (Red+Green+Blue) = 99+169+220=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #63A9DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A9DC is #9C5623. Grayscale: #999999. Windows color (decimal): -10245668 or 14461283. OLE color: 14461283.

HSL color Cylindrical-coordinate representation of color #63A9DC: hue angle of 205.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A9DC is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99169220-
CMYK0.550.2300.14
HSL205.29º63.35%62.55%-
HSV(B)205.29º55%86.27%-
XYZ32.2536.273-
YUV153.88165.3188.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.29%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=20.29%
G=34.63%
B=45.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991692200.550.2300.14205.2963.3562.55
Hex63A9DC37170Ecd3f3f
Octal14325133467270163157777
Binary11000111010100111011100110111101110111011001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,169,220); }

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

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

 a { background-color: rgb(99,169,220); }

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

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

 span { border-color: rgb(99,169,220); }

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