#63AAEA

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

Shades of Malibu #63AAEA

Tints of Malibu #63AAEA

Color information

#63AAEA (or 0x63AAEA) is unknown color: approx Malibu. HEX triplet: 63, AA and EA. RGB value is (99,170,234). Sum of RGB (Red+Green+Blue) = 99+170+234=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #63AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AAEA is #9C5515. Grayscale: #9B9B9B. Windows color (decimal): -10245398 or 15379043. OLE color: 15379043.

HSL color Cylindrical-coordinate representation of color #63AAEA: hue angle of 208.44º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63AAEA is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB99170234-
CMYK0.580.2700.08
HSL208.44º76.27%65.29%-
HSV(B)208.44º57.69%91.76%-
XYZ34.3737.3483.24-
YUV156.07171.9887.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.68%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=19.68%
G=33.80%
B=46.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal991702340.580.2700.08208.4476.2765.29
Hex63AAEA3A1B08d04c41
Octal1432523527233010320114101
Binary1100011101010101110101011101011011010001101000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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