#63B4DD

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

Shades of Malibu #63B4DD

Tints of Malibu #63B4DD

Color information

#63B4DD (or 0x63B4DD) is unknown color: approx Malibu. HEX triplet: 63, B4 and DD. RGB value is (99,180,221). Sum of RGB (Red+Green+Blue) = 99+180+221=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #63B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B4DD is #9C4B22. Grayscale: #A0A0A0. Windows color (decimal): -10242851 or 14529635. OLE color: 14529635.

HSL color Cylindrical-coordinate representation of color #63B4DD: hue angle of 200.16º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63B4DD is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99180221-
CMYK0.550.1900.13
HSL200.16º64.21%62.75%-
HSV(B)200.16º55.2%86.67%-
XYZ34.5240.5274.41-
YUV160.45162.1684.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.8%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=19.8%
G=36%
B=44.2%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991802210.550.1900.13200.1664.2162.75
Hex63B4DD37130Dc8403f
Octal143264335672301531010077
Binary110001110110100110111011101111001101101110010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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