#63AADA

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

Shades of Malibu #63AADA

Tints of Malibu #63AADA

Color information

#63AADA (or 0x63AADA) is unknown color: approx Malibu. HEX triplet: 63, AA and DA. RGB value is (99,170,218). Sum of RGB (Red+Green+Blue) = 99+170+218=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #63AADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AADA is #9C5525. Grayscale: #999999. Windows color (decimal): -10245414 or 14330467. OLE color: 14330467.

HSL color Cylindrical-coordinate representation of color #63AADA: hue angle of 204.2º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63AADA is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99170218-
CMYK0.550.2200.15
HSL204.2º61.66%62.16%-
HSV(B)204.2º54.59%85.49%-
XYZ32.1836.4671.67-
YUV154.24163.9888.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.33%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=20.33%
G=34.91%
B=44.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991702180.550.2200.15204.261.6662.16
Hex63AADA37160Fcc3e3e
Octal14325233267260173147676
Binary11000111010101011011010110111101100111111001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,170,218); }

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

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

 a { background-color: rgb(99,170,218); }

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

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

 span { border-color: rgb(99,170,218); }

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