#63B4DA

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

Shades of Malibu #63B4DA

Tints of Malibu #63B4DA

Color information

#63B4DA (or 0x63B4DA) is unknown color: approx Malibu. HEX triplet: 63, B4 and DA. RGB value is (99,180,218). Sum of RGB (Red+Green+Blue) = 99+180+218=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #63B4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B4DA is #9C4B25. Grayscale: #9F9F9F. Windows color (decimal): -10242854 or 14333027. OLE color: 14333027.

HSL color Cylindrical-coordinate representation of color #63B4DA: hue angle of 199.16º 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 #63B4DA is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99180218-
CMYK0.550.1700.15
HSL199.16º61.66%62.16%-
HSV(B)199.16º54.59%85.49%-
XYZ34.1240.3672.32-
YUV160.11160.6684.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.92%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=19.92%
G=36.22%
B=43.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991802180.550.1700.15199.1661.6662.16
Hex63B4DA37110Fc73e3e
Octal14326433267210173077676
Binary11000111011010011011010110111100010111111000111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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