#63BAD0

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

Shades of Malibu #63BAD0

Tints of Malibu #63BAD0

Color information

#63BAD0 (or 0x63BAD0) is unknown color: approx Malibu. HEX triplet: 63, BA and D0. RGB value is (99,186,208). Sum of RGB (Red+Green+Blue) = 99+186+208=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #63BAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BAD0 is #9C452F. Grayscale: #A2A2A2. Windows color (decimal): -10241328 or 13679203. OLE color: 13679203.

HSL color Cylindrical-coordinate representation of color #63BAD0: hue angle of 192.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63BAD0 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99186208-
CMYK0.520.1100.18
HSL192.11º53.69%60.2%-
HSV(B)192.11º52.4%81.57%-
XYZ34.0942.3266.05-
YUV162.49153.6882.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.08%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=20.08%
G=37.73%
B=42.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991862080.520.1100.18192.1153.6960.2
Hex63BAD034B012c0363c
Octal14327232064130223006674
Binary11000111011101011010000110100101101001011000000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,186,208); }

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

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

 a { background-color: rgb(99,186,208); }

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

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

 span { border-color: rgb(99,186,208); }

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