#63B9D8

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

Shades of Malibu #63B9D8

Tints of Malibu #63B9D8

Color information

#63B9D8 (or 0x63B9D8) is unknown color: approx Malibu. HEX triplet: 63, B9 and D8. RGB value is (99,185,216). Sum of RGB (Red+Green+Blue) = 99+185+216=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #63B9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B9D8 is #9C4627. Grayscale: #A2A2A2. Windows color (decimal): -10241576 or 14203235. OLE color: 14203235.

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

Color convert

RGB99185216-
CMYK0.540.1400.15
HSL195.9º60%61.76%-
HSV(B)195.9º54.17%84.71%-
XYZ34.8942.3171.29-
YUV162.82158.0182.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.8%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=19.8%
G=37%
B=43.2%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991852160.540.1400.15195.96061.76
Hex63B9D836E0Fc43c3e
Octal14327133066160173047476
Binary1100011101110011101100011011011100111111000100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,185,216); }

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

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

 a { background-color: rgb(99,185,216); }

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

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

 span { border-color: rgb(99,185,216); }

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