#63C1D8

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

Shades of Malibu #63C1D8

Tints of Malibu #63C1D8

Color information

#63C1D8 (or 0x63C1D8) is unknown color: approx Malibu. HEX triplet: 63, C1 and D8. RGB value is (99,193,216). Sum of RGB (Red+Green+Blue) = 99+193+216=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #63C1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C1D8 is #9C3E27. Grayscale: #A7A7A7. Windows color (decimal): -10239528 or 14205283. OLE color: 14205283.

HSL color Cylindrical-coordinate representation of color #63C1D8: hue angle of 191.79º 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 #63C1D8 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99193216-
CMYK0.540.1100.15
HSL191.79º60%61.76%-
HSV(B)191.79º54.17%84.71%-
XYZ36.6145.7571.87-
YUV167.52155.3679.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.49%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=19.49%
G=37.99%
B=42.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991932160.540.1100.15191.796061.76
Hex63C1D836B0Fc03c3e
Octal14330133066130173007476
Binary1100011110000011101100011011010110111111000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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