#63BAD6

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

Shades of Malibu #63BAD6

Tints of Malibu #63BAD6

Color information

#63BAD6 (or 0x63BAD6) is unknown color: approx Malibu. HEX triplet: 63, BA and D6. RGB value is (99,186,214). Sum of RGB (Red+Green+Blue) = 99+186+214=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #63BAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BAD6 is #9C4529. Grayscale: #A2A2A2. Windows color (decimal): -10241322 or 14072419. OLE color: 14072419.

HSL color Cylindrical-coordinate representation of color #63BAD6: hue angle of 194.61º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63BAD6 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99186214-
CMYK0.540.1300.16
HSL194.61º58.38%61.37%-
HSV(B)194.61º53.74%83.92%-
XYZ34.8442.6370.01-
YUV163.18156.6882.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.84%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=19.84%
G=37.27%
B=42.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal991862140.540.1300.16194.6158.3861.37
Hex63BAD636D010c33a3d
Octal14327232666150203037275
Binary11000111011101011010110110110110101000011000011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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