#63B4DE

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

Shades of Malibu #63B4DE

Tints of Malibu #63B4DE

Color information

#63B4DE (or 0x63B4DE) is unknown color: approx Malibu. HEX triplet: 63, B4 and DE. RGB value is (99,180,222). Sum of RGB (Red+Green+Blue) = 99+180+222=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #63B4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B4DE is #9C4B21. Grayscale: #A0A0A0. Windows color (decimal): -10242850 or 14595171. OLE color: 14595171.

HSL color Cylindrical-coordinate representation of color #63B4DE: hue angle of 200.49º degrees, saturation: 0.65, 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 #63B4DE is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99180222-
CMYK0.550.1900.13
HSL200.49º65.08%62.94%-
HSV(B)200.49º55.41%87.06%-
XYZ34.6540.5775.11-
YUV160.57162.6684.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.76%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=19.76%
G=35.93%
B=44.31%

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
Decimal991802220.550.1900.13200.4965.0862.94
Hex63B4DE37130Dc8413f
Octal143264336672301531010177
Binary110001110110100110111101101111001101101110010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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